Estevão Soares dos Santos

Results 68 comments of Estevão Soares dos Santos

Shwodown doesn't currently support empty list items, but will probably support in version 2.0

Thanks for your contribution. I will have a look as soon as possible, when I have the time.

Hey. The option ghMentions, with the option ghMentionsLink `/perfil/?user={u}`, turns the markdown `@some-user` into html `@some-user`. So, the backconvertion should be turning html `@some-user` back into `@some-user` (which is not...

Hey, Thank you. I'm really glad you like the new event system. It should simplify extension building and implementation. ## Q1 > **Do you think I will be able to...

## emphasis and strong The behavior for emphasis and strong (italic and bold), is correct. In the [original spec](https://daringfireball.net/projects/markdown/syntax#em), it says: > But if you surround an * or _...

Not that I'm aware of. Github editor uses redcarpet, which is written in Ruby.

yeah, It's a bug. These nested bold/italic edge cases are a pain. The problem is here ---> `**, i.e. **trouble**`, the 2 asterisks at the beginning. For instance, this is...

yeah. Usually, if you want max portability, it is good practice to mix and match `_` and `*`. For instance, in your case: ``` "Never trouble ** __trouble__ ** till...

Out of the box, there's no way to define sections in markdown. You can, however, use HTML to define sections. ```md some text some text in section with [link](www.google.com) other...