Markdown plugin produces hash instead of content
Beau Smith
beau at beausmith.com
Wed Jun 3 14:17:17 EDT 2009
I love Markdown. But occasionally I run into this rendering bug which
is very frustrating. I recently found it when using Markdown to format
the latest version of the [mt:Entries docs][1] ([Markdown version][2]
mentioned in [Case 79762][3])
As posted as a comment on the [Movable Type Markdown plugin page](http://plugins.movabletype.org/markdown/index.html
)...
---
**Bug report in Markdown 1.0.1**
Using the following code in an entry body will produce a hash value
instead of the desired code:
Input:
<div></div>a
<p>a
</p>
<div></div>
Output:
a 7ac950327848428d111704c3b71bac6f
I can also produce using [this markdown formatted version of the
mt:Entries docs][2] (mentioned in [Case 79762][3]) in an entry body.
Once published find the hash under the heading "Combination of
Attributes and Modifiers".
This same behavior occurs when using the preview command in [TextMate](http://macromates.com/
).
[2]: http://bugs.movabletype.org/default.asp?pg=pgDownload&pgType=pgFile&ixBugEvent=462439&ixAttachment=11283&sTicket=&sFileName=entries.mdown
[3]: http://bugs.movabletype.org/default.asp?79762
---
I've searched for more info on this bug but can't find anything.
Hoping someone on this list may have a fix.
Thanks much.
_beau
More information about the Markdown-Discuss
mailing list