wikijs-fork/server/modules/rendering
broxen 12aef93cd6
fix: remove excess div wrappers (#4528)
* Removing superfluous div wrapping

It seems like standalone text is already wrapped in paragraph elements, so this code seems superfluous. Additionally, it adds div wrappers at every line break as described in #4524

* Fix for newlines and returns

This change skips newlines and returns to focus on unbounded text only.

* misc: fix indentation

* misc: fix indentation (2)

Co-authored-by: Nicolas Giard <github@ngpixel.com>
2021-10-09 14:09:54 -04:00
..
html-asciinema
html-blockquotes
html-codehighlighter
html-core fix: remove excess div wrappers (#4528) 2021-10-09 14:09:54 -04:00
html-diagram feat: diagram rendering + post-processor (wip) 2020-07-12 15:58:45 -04:00
html-image-prefetch refactor: server code (#2545) 2020-10-14 11:16:27 -04:00
html-mediaplayers
html-mermaid
html-security fix: security html module removes allow attribute from iframes (#2354) 2020-09-13 13:55:32 -04:00
html-tabset fix: use semver for latest version check 2020-05-11 00:09:10 -04:00
html-twemoji
markdown-abbr
markdown-core refactor: server code (#2545) 2020-10-14 11:16:27 -04:00
markdown-emoji feat: comments disqus + commento 2020-05-21 00:20:57 -04:00
markdown-expandtabs
markdown-footnotes
markdown-imsize
markdown-katex
markdown-kroki fix: revert refactor in markdown-kroki and plantuml modules (#2619) 2020-10-25 23:26:55 -04:00
markdown-mathjax
markdown-multi-table feat: support MultiMarkdown tables (#2126) 2020-07-03 17:46:07 -04:00
markdown-plantuml fix: revert refactor in markdown-kroki and plantuml modules (#2619) 2020-10-25 23:26:55 -04:00
markdown-supsub fix: superscript typo in module definition.yml (#2577) 2020-11-01 13:08:04 -05:00
markdown-tasklists
openapi-core