X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fmarkdown.h;h=e5f3ca5d809aba92b3fbb73373436680df92f6a7;hb=b56994fd240a45f3b4060883f6a17c659c495e23;hp=3a85947b6695eb12661eeb16912f700f0aede2f9;hpb=3e6d7001c4058b93281645e72ad1e223280b8589;p=smdp.git diff --git a/include/markdown.h b/include/markdown.h index 3a85947..e5f3ca5 100644 --- a/include/markdown.h +++ b/include/markdown.h @@ -3,7 +3,7 @@ /* * An implementation of markdown objects. - * Copyright (C) 2015 Michael Goehler + * Copyright (C) 2016 Michael Goehler * * This file is part of mdp. * @@ -48,6 +48,7 @@ enum line_bitmask { IS_QUOTE, IS_CODE, IS_TILDE_CODE, + IS_GFM_CODE, IS_HR, IS_UNORDERED_LIST_1, IS_UNORDERED_LIST_2,