X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fmarkdown.h;h=07268dce38d2c3b3054d9b38019a6f1f8cfa583d;hb=7a83ae3f48dc8ef279fb9168bd809048def70406;hp=da8805e8b5caaeaae7fb67c1c835a75f7252ecf1;hpb=80d361502cd01220458e3961dd380f6a26ea682a;p=smdp.git diff --git a/include/markdown.h b/include/markdown.h index da8805e..07268dc 100644 --- a/include/markdown.h +++ b/include/markdown.h @@ -3,7 +3,7 @@ /* * An implementation of markdown objects. - * Copyright (C) 2014 Michael Goehler + * Copyright (C) 2016 Michael Goehler * * This file is part of mdp. * @@ -47,6 +47,7 @@ enum line_bitmask { IS_H2_ATX, IS_QUOTE, IS_CODE, + IS_TILDE_CODE, IS_HR, IS_UNORDERED_LIST_1, IS_UNORDERED_LIST_2,