Searched refs:base_header_level (Results 1 – 8 of 8) sorted by relevance
/dports/textproc/multimarkdown/MultiMarkdown-6-6.6.0/src/ |
H A D | beamer.c | 89 level += scratch->base_header_level - 1; 111 t_level += scratch->base_header_level - 1; 258 switch (temp_short + scratch->base_header_level - 1) {
|
H A D | opml.c | 279 level += scratch->base_header_level - 1; in mmd_outline_add_opml() 356 t_level += scratch->base_header_level - 1; in mmd_outline_add_opml()
|
H A D | html.c | 701 printf("<h%1d>", temp_short + scratch->base_header_level - 1); in mmd_export_token_html() 704 printf("<h%1d id=\"%s\">", temp_short + scratch->base_header_level - 1, temp_char); in mmd_export_token_html() 711 printf("</h%1d>", temp_short + scratch->base_header_level - 1); in mmd_export_token_html() 869 printf("<h%1d>", temp_short + scratch->base_header_level - 1); in mmd_export_token_html() 872 printf("<h%1d id=\"%s\">", temp_short + scratch->base_header_level - 1, temp_char); in mmd_export_token_html() 877 printf("</h%1d>", temp_short + scratch->base_header_level - 1); in mmd_export_token_html() 886 printf("<h%1d>", temp_short + scratch->base_header_level - 1); in mmd_export_token_html() 889 printf("<h%1d id=\"%s\">", temp_short + scratch->base_header_level - 1, temp_char); in mmd_export_token_html() 894 printf("</h%1d>", temp_short + scratch->base_header_level - 1); in mmd_export_token_html()
|
H A D | itmz.c | 301 level += scratch->base_header_level - 1; in mmd_outline_add_itmz() 378 t_level += scratch->base_header_level - 1; in mmd_outline_add_itmz()
|
H A D | writer.h | 121 short base_header_level; member
|
H A D | writer.c | 163 p->base_header_level = 1; in scratch_pad_new() 1768 scratch->base_header_level = header_level; in process_metadata_stack()
|
H A D | opendocument-content.c | 902 printf("<text:h text:outline-level=\"%d\">", temp_short + scratch->base_header_level - 1); in mmd_export_token_opendocument()
|
H A D | latex.c | 671 switch (temp_short + scratch->base_header_level - 1) { in mmd_export_token_latex()
|