Skip to content
Snippets Groups Projects
Commit d2c21a92 authored by Garen Torikian's avatar Garen Torikian
Browse files

Remove compliance setting for now

parent 5635af36
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -26,7 +26,6 @@ markup(:wikicloth, /mediawiki|wiki/) do |content|
end
 
markup(:asciidoctor, /adoc|asc(iidoc)?/) do |content|
Asciidoctor::Compliance.unique_id_start_index = 1
Asciidoctor.convert(content, :safe => :secure, :attributes => %w(showtitle=@ idprefix idseparator=- env=github env-github source-highlighter=html-pipeline))
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment