Open adespawn opened 2 weeks ago
This can be done either with some global changes, or by hand in each eddied place, alongside other changes
It should also be verified if the documentation generates correctly after the changes. If `` is put inside a paragraph it does not work, but it works when using empty line.
This may be useful if generating html documentation based on js-docs, bu there can be alternative, cleaner ways of doing it. With Markdown plugin we can try to keep the structure of the documentation, while making it more readable in code and in VScode preview, as the lest one doesn't parse html tags
<p>
tag. Appears to just split the documentation into paragraphs. Empty line should do the job<code>some_code</code>
tag.``some_code``
should create same results