jsakamoto / BlazingStory

The clone of "Storybook" for Blazor, a frontend workshop for building UI components and pages in isolation.
https://jsakamoto.github.io/BlazingStory/
Mozilla Public License 2.0
314 stars 15 forks source link

The feature for creating some markdown pages for welcome and tutorials #31

Open jsakamoto opened 6 months ago

jsakamoto commented 6 months ago

Discussed in https://github.com/jsakamoto/BlazingStory/discussions/30

Originally posted by **aglasencnik** April 20, 2024 Is it possible to create just some markdown pages for welcome and tutorials? The reason is, so I could make a tutorial page on how to use my components library... and also so it wouldn't create a Docs page on it's own for that page...
luissalgadofreire commented 4 months ago

Just a quick comment. I noticed FluentUI Blazor have a component in incubation stage that they call MarkdownSection that basically wraps Markdig underneath.

Using Markdig could largely facilitate the implementation of markdown capabilities in BlazingStory.

I also believe this is a particularly important feature to add.