summaryrefslogtreecommitdiff
path: root/src/elements.h
AgeCommit message (Collapse)Author
2011-02-17Explicit link support added.Grégoire Duchêne
2011-02-17Parameterized version of stext_t added.Grégoire Duchêne
This parameterized version is required by links, substitutions, footnotes, etc.
2011-01-28Copyright notices updated.Grégoire Duchêne
Yes, this is a real patch!
2010-12-07Bogus inline quotation implementation corrected.Grégoire Duchêne
OK, I implemented subscript text instead of inline quotations, but I called it "inline quotation support" anyway. My bad, it is now fixed, and subscript text is coming right away.
2010-12-06Inline quotation support added.Grégoire Duchêne
2010-12-06Superscript text support added.Grégoire Duchêne
2010-12-05Inline math text support added.Grégoire Duchêne
2010-12-04Inline code text support partially added.Grégoire Duchêne
The "matching" constraint is not honored yet.
2010-12-04Alternate style text support added.Grégoire Duchêne
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.