What steps will reproduce the problem?
1.Cells with markdown values such as ###test which makes an h3 tag when ran
through markdown, the ### is getting removed by the reader.
2.cell containing value
- test
- test1
- test2
gets turned into this
test - test1 -test2
Which breaks markdown
3.
What is the expected output? What do you see instead?
Please provide any additional information below.
Im expecting there is a way to get exactly the value from the cell, why are
the #'s getting removed?
Original issue reported on code.google.com by jaend...@gmail.com on 6 Nov 2009 at 8:29
Original issue reported on code.google.com by
jaend...@gmail.com
on 6 Nov 2009 at 8:29Attachments: