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