Markdown interacts badly with dynasnips using underscores
Reported by James Adam | June 1st, 2008 @ 11:48 PM | in 0.5
Essentially, if a paragraph occurs like this:
Here's a {link_to a-snip} and a {link_to another-snip}.
then markdown will see the underscores and make the central portial italic. That's no good.
The default render order is
1. pass the text through the special render stuff (i.e. Markdown)
2. process any references to snips
... but it seems like this should be the other way round. In this case. Or Markdown should be taught to ignore things in curly braces.
As I recall, we can't flip the order because then markdown ends up processing content badly.
Comments and changes to this ticket
-
James Adam July 2nd, 2008 @ 09:42 PM
- Tag set to markdown, renderer
- Milestone set to 0.5
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A sort of meta-wiki thing