collagen 0.9.5

The collage generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
class MyPygmentsAdapter < (Asciidoctor::SyntaxHighlighter.for 'pygments')
	register_for :pygments

	def write_stylesheet? doc
		false
	end

	def docinfo location, doc, opts
		slash = opts[:self_closing_tag_slash]
		%(<link rel="stylesheet" href="/docs/styles/syntax-theme.css"#{slash}>)
	end
  end