Closed (fixed)
Project:
Markdown with SmartyPants
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2007 at 02:45 UTC
Updated:
22 Jan 2008 at 22:31 UTC
I can't figure out what's triggering the problem I'm seeing with Marksmarty as my input format, but here are test cases I've tried:
The following input doesn't work correctly.
* __dá__
outputs
b3e0148760d915728ae480118e815bf7
The following inputs cause blank output:
* __á__
* dá
* _dá_
The following inputs all work as you would expect:
__á__
a
* __á__
dá
dá
* dá
dá
* __á__
Comments
Comment #1
Arthaey commentedoutputs "50801dafb632458a7ab21e36ebe71010".
outputs "277082fca24d4910606c20180afc7d07".
works.
outputs "507ab122a5480727e82ec4964f9e5f5c".
Comment #2
moshe weitzman commentedi can't reproduce this with latest RC