Ticket #42 (new defect)
Parsing fails on nested tags
| Reported by: | deveiant | Owned by: | deveiant |
|---|---|---|---|
| Priority: | high | Milestone: | Bugfixes |
| Component: | MarkdownSyntax | Version: | 1.0.1 |
| Severity: | normal | Keywords: | parser nested tags |
| Cc: | rh{at}roberthahn{dot}ca |
Description (last modified by deveiant) (diff)
[From an email from <rh{at}roberthahn{dot}ca>]:
While working on a project that utilizes BlueCloth, I found an interesting bug that causes the parser to break badly.
If I wanted to print out some HTML with an SSI in it, like this:
<a href="<!--#echo var="PAGE"-->"> ...</a>
The parser dies because it doesn't expect a nested tag.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
