Chris S.

Results 30 comments of Chris S.

I'm a bit wary of changing your implementation of the spec, as you obviously have a lot more knowledge of the spec and C/C# parser. Would it be possible to...

For the table markdown, it may be best to have it parsed and turned into HTML before it reached CommonMark, so any columns with markdown inside them get styled correctly...

@dmitry-shechtman Is the table support part of your PR? Or is it still pending? Looking at the SO implementation that goes beyond anything I would do, so I'm not likely...

I'll write up a full version next week, but the link below has a very kanban board for the project https://github.com/roadkillwiki/roadkill_new/projects/1

A small update: I didn't write the update as the Kanban board should hopefully speak for itself. Current work is looking at refresh tokens for JWT. Work after that will...

Can you provide a bit more detail? You can put HTML in, as long as you're using the Markdown syntax. You'll to configure which HTML elements you allow otherwise they...

That sounds easy enough, once you've created the stub pages. You can import directly into the `roadkill_pages` table in your database as the first step, creating a version each time...

I think this may be related to this issue: https://forums.asp.net/t/1804933.aspx?UserPrincipal+FindByIdentity Roadkill uses FindByIdentity iirc, so that is the reason why

You need to use dashes for spaces in page names with Markdown

Minuses are reserved for spaces right now, a workaround for the markdown parser. Can you use a dash instead? On Mon, 7 Mar 2016, 14:45 jaakkop, [email protected] wrote: > Further...