Hi, I am using kramdown within haml via
gem kramdown-haml
Kramdown offers some options, but I do not know how to include them in the config.rb from middleman? Especially I would like to use the auto_id_prefix
option. It would be nice, if someone could help.
By the way, using the Markdown options, such as
set :markdown, :auto_id_prefix => ‘01_’
does not work, since they do not relate to the haml filters.
Thanks a lot.