X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fmarkdown.h;h=e5f3ca5d809aba92b3fbb73373436680df92f6a7;hb=b56994fd240a45f3b4060883f6a17c659c495e23;hp=b338154120ab9077bd8cb5d1187960b4682f4056;hpb=01a21345277528bb331653603e0d3771e5ed5870;p=smdp.git diff --git a/include/markdown.h b/include/markdown.h index b338154..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. * @@ -47,6 +47,8 @@ enum line_bitmask { IS_H2_ATX, IS_QUOTE, IS_CODE, + IS_TILDE_CODE, + IS_GFM_CODE, IS_HR, IS_UNORDERED_LIST_1, IS_UNORDERED_LIST_2,