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
Originally posted on DannyBen/madness#158
require 'redcarpet' text = '## 2.4. Úprava plastové krabičky pro elektroniku' renderer = Redcarpet::Render::HTML.new with_toc_data: true html = Redcarpet::Markdown.new(renderer).render text puts html
<h2 id="2-4-prava-plastov-krabi-ky-pro-elektroniku"> 2.4. Úprava plastové krabičky pro elektroniku </h2>
<h2 id="2-4-úprava-plastové-krabičky-pro-elektroniku"> 2.4. Úprava plastové krabičky pro elektroniku </h2>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Originally posted on DannyBen/madness#158
Reproduction Code
Actual Output
Expected Output
The text was updated successfully, but these errors were encountered: