eĿlipsis
a language independent preprocessor
 
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Loading...
Searching...
No Matches
ellipsis-special-markdown-starter.c
Go to the documentation of this file.
1PUNCTUATOR_TEXT0(### Markdown punctuators at the start of lines {#md_starter})
2
3PUNCTUATOR_TEXT0(| sequence | replacement | note |)
4PUNCTUATOR_TEXT0(|-|-|-|)
5PUNCTUATOR_ADDON("---",, a horizontal line)
6PUNCTUATOR_ADDON("-",, an item in a list)
7PUNCTUATOR_ADDON("+",, an item in a list)
8PUNCTUATOR_ADDON("*",, an item in a list)
9PUNCTUATOR_ADDON(">",, citation, first level)
10PUNCTUATOR_ADDON(">>",, citation, second level)
11PUNCTUATOR_ADDON(">>>",, citation, third level)
12PUNCTUATOR_ADDON(">>>>",, citation, fourth level)
13PUNCTUATOR_ADDON(">>>>>",, citation, fifth level)
14PUNCTUATOR_ADDON(">>>>>>",, citation, sixth level)
15PUNCTUATOR_ADDON("#",, heading, first level)
16PUNCTUATOR_ADDON("##",, heading, second level)
17PUNCTUATOR_ADDON("###",, heading, third level)
18PUNCTUATOR_ADDON("####",, heading, fourth level)
19PUNCTUATOR_ADDON("#####",, heading, fifth level)
20PUNCTUATOR_ADDON("######",, heading, sixth level)
21
__directive__ line
The line directive as specified by the C standard.
Definition directives.c:71
static char const * punctuators[]
Definition ellipsis-c.c:44
@ item
Definition ellipsis-category.h:58
static ellipsis‿sarray * lines
Definition ellipsis-infra.c:76
#define PUNCTUATOR_TEXT0(...)
Definition ellipsis-special.h:374
#define PUNCTUATOR_ADDON(STARTER,...)
Definition ellipsis-special.h:370
@ first
Definition ellipsis-xml-entities.c:6546