We use Markdig to parse Markdown and render it with our Gui library Agg.
The relevant code can be found under MatterControlLib -> Utilities -> MarkdigAgg
This should render correctly
| Left columns | Center columns | Right columns |
| ------------- | :------------: | -------------:|
| left foo | center foo | right foo |
| left bar | center bar | right bar |
| left baz | center baz | right baz |
And look like this:
An easy place to test markdown is in the printer settings for filament loading:
This must have a test that demonstrates the functionality is working
@larsbrubaker commented on Thu Jan 13 2022
We use Markdig to parse Markdown and render it with our Gui library Agg. The relevant code can be found under MatterControlLib -> Utilities -> MarkdigAgg
This should render correctly
And look like this:
An easy place to test markdown is in the printer settings for filament loading:
This must have a test that demonstrates the functionality is working