summaryrefslogtreecommitdiff
path: root/src/generators
AgeCommit message (Collapse)Author
2010-12-05latex::text_g generator rendering error fixed.Grégoire Duchêne
Alternate and strong alternate styles are usually rendered in LaTeX using the italic style. Therefore, using the typewriter style was wrong.
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.