You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was trying to see examples of how to use this library programmatically directly in C# (for example, given the path to an XML file, create a markdown string), i.e.:
I realize there are other ways to use this library, but our use case is a bit "special" (we need to modify markdown in place of an existing markdown document).
Are there code samples I somehow missed somewhere?
Thanks!
The text was updated successfully, but these errors were encountered:
hum the generation is based on the actual binary output, completed with the xml documentation. On its own the xml documentation is missing a lot of information :/ You could create the DocItems needed by hand but it would probably be easier to copy the DocItemReader, kinda doing your own Common logic which is actually the orchestrator of everything. Not sure if that would fit your need as it was definitely not made with this usage in mind.
Hi, I was trying to see examples of how to use this library programmatically directly in C# (for example, given the path to an XML file, create a markdown string), i.e.:
but I couldn't find anything.
I realize there are other ways to use this library, but our use case is a bit "special" (we need to modify markdown in place of an existing markdown document).
Are there code samples I somehow missed somewhere?
Thanks!
The text was updated successfully, but these errors were encountered: