-
-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
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
Allow to specify encoding. #662
Labels
Comments
See kramdown/lib/kramdown/element.rb Lines 24 to 45 in 4458c23
:encoding option but also others.
So if you only want to convert a small part, duplicate the root node and assign the node you want to convert as children, ie. |
Should we add documentation on how to do this? |
That is a good idea - will see about it. |
Done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kramdown/lib/kramdown/converter/base.rb
Line 110 in 4458c23
In order to convert a small part of the document, I had to copy the encoding:
Maybe you could allow:
The text was updated successfully, but these errors were encountered: