Dave Glick
Dave Glick
Note to self: it would be good if any future Mermaid module could handle rendering diagrams in-place too. One way to do that would be if the module rendered mermaid...
I like this idea. A lot. It would provide an entirely different kind of content sourcing. I could see using a web service to write content and then pulling it...
Great. I can see a lot of potential for the "newspaper" idea. Set some RSS feeds, rig up the site to a CI server with a timer (every night for...
Glad you got it working. Part of the challenge here is probably the difference between Liquid (Jekyll’s templating language) and Razor (ASP.NET’s language and the one Wyam currently uses). Liquid...
@dfkeenan No Handlebars support yet. There’s hope though - we’ve got an open PR #658 that I need to review (it’s been open for a while - that’s my bad...
Totally agree - docs theme (and possibly others) should be updated with max-width styles for images.
Another great thought. My first reaction is that it would make it hard to tell what to delete when the second build is done - if we leave all the...
Note that this could use the common delimiter splitting logic that's being moved to Wyam.Common in #395
For example, the following input content: ``` A --- B --- C ``` Would result in three output documents with the content "A", "B", and "C" respectively.