Class: Giblish::GiblishDefaultDocAttribs

Inherits:
Object
  • Object
show all
Defined in:
lib/giblish/docattr_providers.rb

Overview

provides the default, opinionated doc attributes used when nothing else is set

Instance Method Summary collapse

Instance Method Details

#document_attributes(src_node, dst_node, dst_top) ⇒ Object



67
68
69
70
71
72
73
74
75
# File 'lib/giblish/docattr_providers.rb', line 67

def document_attributes(src_node, dst_node, dst_top)
  {
    "source-highlighter" => "rouge",
    "rouge-css" => "style",
    "rouge-style" => "github",
    "xrefstyle" => "short",
    "icons" => "font"
  }
end