I fixed 3 sets of problems - each has it's own commit.
1) removed quotes from front matter - one was missing an end quote
2) box tag needs nomarkdown tags for md to be processed- see docs. I'd love to find ways to simplify this sort of "leaky abstraction".
3) removed html files with same basename as md as there might be clashes (md is converted to html file of same name)
You'll also need to move these files to the content folder when integrating with wai-website.
@nitedog cc @slhenry
I fixed 3 sets of problems - each has it's own commit.
1) removed quotes from front matter - one was missing an end quote 2) box tag needs
nomarkdown
tags for md to be processed- see docs. I'd love to find ways to simplify this sort of "leaky abstraction". 3) removed html files with same basename as md as there might be clashes (md is converted to html file of same name)You'll also need to move these files to the
content
folder when integrating withwai-website
.