Doraku / DefaultDocumentation

Create a simple markdown documentation from the Visual Studio xml one.
MIT No Attribution
157 stars 26 forks source link

Better format for md files. #93

Closed emerxom closed 2 years ago

emerxom commented 2 years ago

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.

Doraku commented 2 years ago

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