我想知道如何将 Redcarpet 的:with_toc_data选项用于 Markdown 与Middleman(基于 Sinatra 的静态站点生成器)一起使用。
我们当前的config.rb:
set :markdown, :layout_engine => :haml
set :markdown_engine, :redcarpet
这不起作用:
set :markdown, :layout_engine => :haml, :with_toc_data => true
set :markdown_engine, :redcarpet
非常感谢任何帮助!