X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fmarkdown.h;h=a1dd75927909ba4434bc93053f971e3652ede15e;hb=70165fdb849ddf3d5c0977caa119915186c7baa4;hp=1213ac761e78e678b62346598b58636ccb545b89;hpb=3da34e1957b3484506b5f0f79f84f64a4cff2f1b;p=smdp.git diff --git a/include/markdown.h b/include/markdown.h index 1213ac7..a1dd759 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 @@ -44,6 +44,9 @@ enum line_bitmask { IS_QUOTE, IS_CODE, IS_HR, + IS_UNORDERED_LIST_1, + IS_UNORDERED_LIST_2, + IS_UNORDERED_LIST_3, IS_EMPTY };