Doraku / DefaultDocumentation

Create a simple markdown documentation from the Visual Studio xml one.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better format for md files.

emerxom opened this issue · comments

Currently I'm using this library to feed by CI/CD docussaurus 2

But the way it handles md files differ from vscode preview for instance.

would be possible to always have an empty line previous any

```cssharp

and also previous to

parameter

so intead of

_foldersPath'></a>
`foldersPath`

we would have

_foldersPath'></a>

`foldersPath`

using prettier in vscode usually fix the problem..

but would be nice if it is embed instead of setting Github actions only for it.

hum I think it doesn't make any difference for most markdown render engines so why not :)