This commit is contained in:
parent
3db9823b18
commit
cbda96f844
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ static int enter_block(MD_BLOCKTYPE type, void* detail, void* user) {
|
|||
indent++;
|
||||
} else if(type == MD_BLOCK_HR) {
|
||||
print_indent();
|
||||
fprintf(out, "<hr>\n");
|
||||
fprintf(out, "<hr />\n");
|
||||
indent++;
|
||||
} else if(type == MD_BLOCK_CODE) {
|
||||
MD_BLOCK_CODE_DETAIL* det = detail;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue