Chris S.
Chris S.
In the readme you mention you can plug into the core parsing: > Even the core Markdown/CommonMark parsing is pluggable, so it allows to disable builtin Markdown/Commonmark parsing (e.g Disable...
I want to add a few basic extensions using CommonMark.NET: image dimensions/alignment and tables. Is there a way of plugging into the parser yet to do this? Some suggestions on...
I'm running the Definitive Antlr 4 Expr example, but get extra \n in toStringTree. I've worked around it by replacing `\\n` to `\n`, which appears to be the problem: ```...
I've written a blog post about this, here: http://www.anotherchris.net/posts/roadkill-update-2018-q4 Here's some of the post: - Users and roles - more details below. Roadkill will now be using AspNetIdentity and get...
There have been several comments wanting to know the status of Roadkill, and if it's a dead project. **The short answer is no**, it's not a dead project. It's been...