Chris Clark

Results 34 comments of Chris Clark

I deleted my fork so this was automatically closed. I wrote a new markdown renderer called `smd` which is even simpler and has some extra features including mathjax support: https://github.com/clark800/smd

The `smd` readme lists most of the features and simplifications of `smd`, so that could be compared with the `smu` readme. At a high level, `smd` is smaller (538 lines...

Yeah, I think changing the behavior for block-level tags only would make sense. Then somehow disable markdown processing until the corresponding closing tag. Maybe keep a counter of non-commented, non-quoted...

Looks like the official rules say that block-level tags should be treated differently: ``` The only restrictions are that block-level HTML elements — e.g. , , , , etc.  — ...