Estevão Soares dos Santos

Results 68 comments of Estevão Soares dos Santos

should be fixed. Will be merged in develop soon.

That would be a really HUGE undertaking, since showdown uses some prototyping and weak typing that would be hard to replicate in pure typescript.

Well, the original spec states that, **in lists, sub-blocks must be indented 4 spaces** (a sub-list is a sub-block). But that was miss implemented in showdown's original version. **The rule...

I will have a look and think in a way of making this work with 2 spaces and not break past behavior.

Meanwhile, check the [comparison of implementations](https://johnmacfarlane.net/babelmark2/?normalize=1&text=-+foo%0A++-+bar%0A++++-+baz%0A++++++-+bazinga%0A++++++++-+a%0A++++++++++-+b%0A++++++++++++-+c)

This issue is quite complex because how other sub blocks behave. For instance, it becomes quite problematic with sublists which have a code sub-block: ### input ```md - this is...

There was a breaking change in version 2 that we forgot to document. To pass extra options the command should be: ```bash showdown makehtml -i foo.md -o bar.html -c strikethrough...

released version 2.1.0 which documents the breaking change.

Yes, this is a limitation of showdown's HTML pre-code block parser, for performance reasons. I'm not sure if we can "fix" this without hindering performance too much. But I will...