Thomas Leitner
Thomas Leitner
@mojavelinux Did you by chance prepare a PR for this? Is this still of interest to you?
The standard way to customize this would be to adapt the HTML converter to your needs since this is something very specific. However, it *might* be useful if such a...
One thing: If this were implemented, it would have some performance impact on the conversion because there would need to be additional checks for each and every element. However, I...
Hmm... I would consider this a bug in the parser. According to the syntax documentation for (un)ordered lists, the first paragraph should only be a real paragraph if its text...
@psfrolov Please fix the failing tests and then this change is good to go - thank you!
Thanks for reporting this behaviour and the test cases! The opened link should probably take preference over the emphasis but I will have to take a deeper look at this.
@user501254 Thanks but the CommonMark spec doesn't apply to kramdown, only the kramdown specification.
You are using `rel="footnote"` (lowercase) but in some tests "Footnote" is written. So this would need to be fixed. Furthermore, I don't want to introduce an English language default which...
Thanks for all the input - however, I need some time to think through all of it.
I have looked at your changes and I agree that such an option might be useful. However, I'm always cautious when the parser is involved since the generated AST should...