bhollis / maruku

A pure-Ruby Markdown-superset interpreter (Official Repo).
MIT License
500 stars 80 forks source link

Strange behavior with pre and @ #21

Closed simonc closed 12 years ago

simonc commented 14 years ago

When I write this : <pre>test-test</pre> It is kept as is when converting to html.

But if I write this : <pre>test@test</pre> It is converted to : <p><pre>test@test</pre></p>

distler commented 12 years ago

Hmmm. I can't reproduce this.

simonc commented 12 years ago

Maybe it has been fixed already or something. If the problem comes back I'll reopen the issue, in the meantime I close it ;)