We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What happened?
# test ## completely broken [test_link](ac:) ## partly broken [test_link](ac:test_link) [test_link](<ac:test_link>)
Will produce:
<h1 id="test">test</h1> <h2 id="completely-broken">completely broken</h2> <p><ac:link><ri:page ri:content-title="test_"/><ac:plain-text-link-body><![CDATA[test_]]></ac:plain-text-link-body></ac:link></p> <h2 id="partly-broken">partly broken</h2> <p><ac:link><ri:page ri:content-title="test_link"/><ac:plain-text-link-body><![CDATA[test_]]></ac:plain-text-link-body></ac:link> <ac:link><ri:page ri:content-title="test_link"/><ac:plain-text-link-body><![CDATA[test_]]></ac:plain-text-link-body></ac:link></p>
What did you expect to happen?
I expected the link text, as well as the link to read "test_link".
Instead, in the first version, everything after the "_" is cut off.
In the second and third version, the link is okay, but the link text itself is broken as before.
How can we reproduce the behavior you experienced? Steps to reproduce the behavior:
mark --compile-only --h1_title -f FILENAME
Information (please complete the following information)
mark --version
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What happened?
Will produce:
What did you expect to happen?
I expected the link text, as well as the link to read "test_link".
Instead, in the first version, everything after the "_" is cut off.
In the second and third version, the link is okay, but the link text itself is broken as before.
How can we reproduce the behavior you experienced?
Steps to reproduce the behavior:
mark --compile-only --h1_title -f FILENAME
Information (please complete the following information)
mark --version
): 9.10.1The text was updated successfully, but these errors were encountered: