X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fmarkdown.h;h=d1b81ac3ca5c03fac0efac8fd94c6964bbc1512c;hb=d8346964b16646541f33bf76f276f1b9b6e3359c;hp=1213ac761e78e678b62346598b58636ccb545b89;hpb=3da34e1957b3484506b5f0f79f84f64a4cff2f1b;p=smdp.git diff --git a/include/markdown.h b/include/markdown.h index 1213ac7..d1b81ac 100644 --- a/include/markdown.h +++ b/include/markdown.h @@ -5,7 +5,7 @@ * An implementation of markdown objects. * Copyright (C) 2014 Michael Goehler * - * This file is part of mpd. + * This file is part of mdp. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -40,10 +40,17 @@ enum line_bitmask { IS_H1, + IS_H1_ATX, IS_H2, + IS_H2_ATX, IS_QUOTE, IS_CODE, IS_HR, + IS_UNORDERED_LIST_1, + IS_UNORDERED_LIST_2, + IS_UNORDERED_LIST_3, + IS_UNORDERED_LIST_EXT, + IS_CENTER, IS_EMPTY };