-
- Downloads
Expand double-newlines, then collapse double 'p' tags
This commit replaces #xmlText{} entries containing only two newlines (after stripping away spaces) with a 'p' tag. Afterwards, the markdown/3 function traverses the tree and removes 'p' tags followed by another 'p' tag. After this, it seems ok to remove the trailing space previously added by edown_xmerl:brstrip().
Showing
- README.md 16 additions, 16 deletionsREADME.md
- doc/README.md 16 additions, 16 deletionsdoc/README.md
- doc/edown_doclet.md 5 additions, 7 deletionsdoc/edown_doclet.md
- doc/edown_layout.md 2 additions, 14 deletionsdoc/edown_layout.md
- doc/edown_lib.md 0 additions, 8 deletionsdoc/edown_lib.md
- doc/edown_make.md 23 additions, 17 deletionsdoc/edown_make.md
- doc/edown_xmerl.md 0 additions, 12 deletionsdoc/edown_xmerl.md
- src/edown_layout.erl 33 additions, 6 deletionssrc/edown_layout.erl
- src/edown_xmerl.erl 1 addition, 1 deletionsrc/edown_xmerl.erl
Loading
Please register or sign in to comment