notepad-plus-plus / nppPluginList

The official collection of Notepad++ plugins.
1.09k stars 355 forks source link

doc/plugin_list Markdown table syntax compatibility - empty line missing before tables #603

Closed git-user314 closed 1 year ago

git-user314 commented 1 year ago

Markdown tables in doc/plugin_list_*.md files are not detected as tables with some Markdown implementations, because there is no empty line between the table and the previous paragraph.

If validator.py were to be edited to place empty lines where approriate, the Markdown syntax of these files would be more compatible with different Markdown implementations.

This issue can be seen for example by using "Pandoc" or "Pandoc GitHub-flavored Markdown" preview options with ghostwriter Markdown editor, whereas "cmark-gfm" option does work correctly.

Related links:

git-user314 commented 1 year ago

I opened PR #604, artifacts of the of automatically queued AppVeyor build npppluginlist-yy2vy show that the changes work as I intended:

chcg commented 1 year ago

Updated md files from PR #604 with https://github.com/notepad-plus-plus/nppPluginList/commit/0d85c48de0918267bd82d20e6c2c8f1a11e12c2d