You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be able to use hyphenation correctly in the German language, the "html" tag requires the "lang" attribute. The "lang" attribute determines which language the element content uses.
Solution:
To do this, simply adjust line 9 in the "get-html.js" file:
BTW the problem with your hyphenation could also just be that you're not saving the file with UTF-8 as file encoding? Have you tried --md-file-encoding flag?
No, that's not the problem. HTML expects the language code to be able to
use hyphenation correctly.
Am Mo., 27. Nov. 2023 um 13:48 Uhr schrieb Simon Hänisch <
***@***.***>:
Problem:
To be able to use hyphenation correctly in the German language, the "html" tag requires the "lang" attribute. The "lang" attribute determines which language the element content uses.
Solution:
To do this, simply adjust line 9 in the "get-html.js" file:
To activate this in HTML files, this would then be possible by passing the parameter
body_lang: 'de'
in the options.The text was updated successfully, but these errors were encountered: