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
Describe the bug
Transform to pdf does not handle heading with complex content properly, losing some of the content and internal markup.
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Try to transform the following markdown to pdf:
This is a
*complicated*
heading
==============
Here is some text
Using Markus:
bash-3.2$ markus transform --from markdown --to pdf --output test.pdf --input test.md
10:37:32 AM - info: Creating file: test.pdf
10:37:32 AM - info:
<binary pdf data>
Describe the bug
Transform to pdf does not handle heading with complex content properly, losing some of the content and internal markup.
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Try to transform the following markdown to pdf:
Using Markus:
This results in the following pdf:
test.pdf
The result should be consistent with the rendered markdown:
![Screenshot 2020-09-21 at 10 35 33 AM](https://user-images.githubusercontent.com/670099/93780791-93e4e680-fbf6-11ea-900e-b39f0525be95.png)
The text was updated successfully, but these errors were encountered: