lib/kramdown/options.rb in kramdown-1.0.0 vs lib/kramdown/options.rb in kramdown-1.0.1
- old
+ new
@@ -194,9 +194,11 @@
Only ASCII characters are used in headers IDs. This is not good for
languages with many non-ASCII characters. By enabling this option
the header text is transliterated to ASCII as good as possible so that
the resulting header ID is more useful.
+The stringex library needs to be installed for this feature to work!
+
Default: false
Used by: HTML/Latex converter
EOF
define(:parse_block_html, Boolean, false, <<EOF)