statiqdev / Website

Code for the statiq.dev website, built with Statiq.
MIT License
21 stars 34 forks source link

Adding needed reference to `Statiq.Markdown` #15

Closed gortok closed 4 years ago

gortok commented 4 years ago

The RenderMarkdown() method is found in the Statiq.Markdown nuget package. I was using these docs to see how to add a markdown renderer; and this is the part I got stuck on because I couldn't find the RenderMarkdown class in the Statiq.App namespace; turns out, it's in another package entirely. Adding this using statement so that the code would compile (I hope?).

daveaglick commented 4 years ago

Great catch, thanks!