Is Statiq.Markdown included in Statiq.Framework? #12
-
I'm following the tutorial (https://statiq.dev/framework/) and the markdown part doesn't work. Do I need to install another package? I'm using version 1.0.0-beta.19. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Whops! I'll need to update the quick start. While Statiq.Markdown is part of the overall Statiq Framework project, it's not included as a direct reference since we don't want to make any assumptions about what kind of generator is being built. You'll need to add the Statiq.Markdown package and that'll make the |
Beta Was this translation helpful? Give feedback.
Whops! I'll need to update the quick start. While Statiq.Markdown is part of the overall Statiq Framework project, it's not included as a direct reference since we don't want to make any assumptions about what kind of generator is being built.
You'll need to add the Statiq.Markdown package and that'll make the
RenderMarkdown
module available (likewise, Statiq.Razor will provide the Razor rendering module, etc.).