summaryrefslogtreecommitdiff
path: root/spec/fixtures/source_highlight.adoc
blob: 5de0c6f0cfd4c35223f0e8b6c53f89481b097a7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
= Article

[source,ruby]
----
class Foo
  def bar?
    true
  end
end
----