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
First off, thank you very much for this gem. It's been powering a Swift & Objective-C documentation generator for years, and I'm very grateful! 🙏
We recently ran into a bug where referenced images (as opposed to inlined) in a header element wouldn't be rendered properly. See this small example:
$ cat README.md # H1 ![logo1] ![logo2] [](https://example.com) [logo1]: https://example.com/logo1.svg [logo2]: https://example.com/logo2.svg $ redcarpet --version Redcarpet 3.4.0 $ redcarpet README.md <h1>H1 <img src="https://example.com/logo1.svg" alt="logo1"> ![logo2] <a href="https://example.com"><img src="https://example.com/logo3.svg" alt="logo3"></a></h1>
In this case, logo1 and logo3 are properly rendered as HTML but not logo2. Any assistance in resolving this would be greatly appreciated!
Original report here: realm/jazzy#1040
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First off, thank you very much for this gem. It's been powering a Swift & Objective-C documentation generator for years, and I'm very grateful! 🙏
We recently ran into a bug where referenced images (as opposed to inlined) in a header element wouldn't be rendered properly. See this small example:
In this case, logo1 and logo3 are properly rendered as HTML but not logo2. Any assistance in resolving this would be greatly appreciated!
Original report here: realm/jazzy#1040
The text was updated successfully, but these errors were encountered: