You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having a blank line right before the mark makes it parsable but adds an unwanted paragraph around the line, which is a problem for multiple bulletpoints and inside tables
The text was updated successfully, but these errors were encountered:
PrometeusGod
changed the title
The parser fails to parse marks inside <ul><li> and <row><table><tr><td>
The parser fails to parse marks inside <ul><li> and <row><table><tr><td> if not preceeded by a blank line
Nov 1, 2023
bug description
With a hybrid HTML/MD input The parser fails to parse marks inside
and inside
Where the bug is located:
Parser
Sample code which exhibits the issue.
Input text used
Options used to configure the parser, renderer, formatter, etc.
No options/default
Parser parser = Parser.builder().build();
HtmlRenderer renderer = HtmlRenderer.builder().build();
Expected behavior
Resulting Output :
Note:
Having a blank line right before the mark makes it parsable but adds an unwanted paragraph around the line, which is a problem for multiple bulletpoints and inside tables
Resulting Output :
BulletPointlink
The text was updated successfully, but these errors were encountered: