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
With v1.0.4, given the following example (playground link):
v1.0.4
echo -n "# Test\n\n- List item" | go run github.com/sivukhin/[email protected]
I expect the following output:
<section id="Test"> <h1>Test</h1> <ul> <li> List item </li> </ul> </section>
But instead I get the following output:
<section id="Test"> <h1>Test</h1> </section> <ul> <li> List item </li> </ul>
I'm not sure if it's just lists. Block quotes seem to work fine.
(Also, thanks so much for your work on this package ❤️ )
The text was updated successfully, but these errors were encountered:
975b00d
@jameschensmith, happy to hear that someone besides me is using godjot!
godjot
I fixed your issue and published v1.0.5 tag which should not have described bug.
v1.0.5
Sorry, something went wrong.
Of course! Glad to be using it ☺️
Awesome! Just pulled it down, and it does look like it's now working 😁 Thank you!
Successfully merging a pull request may close this issue.
Summary
With
v1.0.4
, given the following example (playground link):I expect the following output:
But instead I get the following output:
I'm not sure if it's just lists. Block quotes seem to work fine.
(Also, thanks so much for your work on this package ❤️ )
The text was updated successfully, but these errors were encountered: