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
I've been looking to see if it is possible to disable automatic heading ID's, but haven't been able to find a solution. Is it possible in jekyll-commonmark-ghpages? I know that you can put the following in your _config.yml to stop Kramdown from adding ID's to headings, but I don't know how to do it with jekyll-commonmark-ghpages. Thanks!
kramdown:
auto_ids: false
The text was updated successfully, but these errors were encountered:
I've been looking to see if it is possible to disable automatic heading ID's, but haven't been able to find a solution. Is it possible in
jekyll-commonmark-ghpages
? I know that you can put the following in your_config.yml
to stop Kramdown from adding ID's to headings, but I don't know how to do it withjekyll-commonmark-ghpages
. Thanks!The text was updated successfully, but these errors were encountered: