Lukas W.
Well-known member
- Affected version
- 2.1.0
A few bugs/issues with the markdown conversion. I know some of them depend on the spec one uses, but from a user perspective, I'd probably expect all of them to work.
Single bullet point items are not converted to lists.
Example:
- A
Example:
Numeric listings are not converted to ordered lists.
Example:
1. A
2. B
Incomplete formatting results in partial/wrong conversion.
Example:
__*B*_
Example Code:
Tripple backticks on same lines break code block conversion.
Example:
```Code
A```
Square brackets in URL titles break URL conversion.
Example:
[Som[e] Text](http://google.com)
Text formatting inside URL titles remains unrendered.
Example:
Som*e* Text
Example Code:
Single bullet point items are not converted to lists.
Example:
- A
Example:
- A
- B
Numeric listings are not converted to ordered lists.
Example:
1. A
2. B
Incomplete formatting results in partial/wrong conversion.
Example:
__*B*_
Example Code:
*__*B*_*
Tripple backticks on same lines break code block conversion.
Example:
```Code
A```
Square brackets in URL titles break URL conversion.
Example:
[Som[e] Text](http://google.com)
Text formatting inside URL titles remains unrendered.
Example:
Som*e* Text
Example Code:
[Som*e* Text](http://google.com)