Statiq.Web icon indicating copy to clipboard operation
Statiq.Web copied to clipboard

Feature Request: allow markdown for index pages

Open SilentSin opened this issue 5 years ago • 2 comments

It would be nice to use markdown instead of cshtml for index pages without losing the table of sub-sections from the @Html.Partial("_ChildPages") command.

SilentSin avatar Oct 10 '18 00:10 SilentSin

Totally agree. I’d love the ability to have shortcodes (to use the Wordpress term) or other more complex sections in Markdown files. I designed a feature for this called snippets in #359 that I think could do the trick. It’s one of the first things I want to tackle after finally finishing 2.0 and the .NET Core work.

daveaglick avatar Oct 14 '18 19:10 daveaglick

I just saw that we have Shortcodes now. Is this something that could be easily done with the existing shortcodes or would you need to add a new one specifically for this?

SilentSin avatar Apr 18 '19 06:04 SilentSin