4e899eb9c8
Emphasis was not parsed when it followed directly after some block types (e.g., lists). The org reader uses a wrapper for the `parseFromString` function to handle org-specific state. The last position of a character allowed before emphasis was reset incorrectly in this wrapper. Emphasized text was not recognized when placed directly behind a block which the reader parses using `parseFromString`. Fixes: #4784 |
||
---|---|---|
.. | ||
CodeBlock.hs | ||
Figure.hs | ||
Header.hs | ||
List.hs | ||
Table.hs |