Flayms / Markdown2Pdf

.NET library for converting markdown to PDF.
https://www.nuget.org/packages/Markdown2Pdf/
MIT License
5 stars 1 forks source link

docs: add more detailed description for TOC in separate file #69

Closed INOPIAE closed 4 months ago

INOPIAE commented 4 months ago

I added a new file with explanations to all TOC options as well as examples for C# and VB.

Flayms commented 4 months ago

I think it's better to create a separate Github Wiki than a folder with documentation files. Also I think we can give a general example of how to use Markdown2PdfConverter the application in VB. But for the other stuff it get's messy providing all the documentation in 2 languages.

INOPIAE commented 4 months ago

Will you start with the Wiki then?

Flayms commented 4 months ago

I think for now it's small enough that a single README.md gives better overview. Will consider it for the future if the project grows. For VB I added a simple example (PR #70), I think for the rest of the examples it's easy to convert the C# to VB.