| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Alternate and strong alternate styles are usually rendered in LaTeX
using the italic style. Therefore, using the typewriter style was wrong.
|
|
|
|
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.
|
|
The "matching" constraint is not honored yet.
|
|
|
|
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.
|