summaryrefslogtreecommitdiff
path: root/src/parser/text_p.h
AgeCommit message (Collapse)Author
2011-09-08Moved the default parser into a namespace.Grégoire Duchêne
This change is motivated by the need of having several parsers. This will make mppdown more extensible.
2011-02-20Unbreakable space support added.Grégoire Duchêne
2011-02-17Explicit link support added.Grégoire Duchêne
2011-01-28Copyright notices updated.Grégoire Duchêne
Yes, this is a real patch!
2010-12-05Bug inside the inline code text rule fixed.Grégoire Duchêne
It turned out that the inline code text rule was not honoring the verbatim constraint either. This issue is now solved. Also, I made the text_p parser more flexible by adding an inherited attribute to it.
2010-12-04Emphasized text support added.Grégoire Duchêne
I will try to add both parsing and generation at the same time for each mdown feature I will implement. Do not expect this to last.