Method: Markdoc::Renderer#doc_header
- Defined in:
- lib/markdoc/renderer.rb
#doc_header ⇒ Object
28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
# File 'lib/markdoc/renderer.rb', line 28 def doc_header "<html>\n<head>\n <title>Doc</title>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n <style>\n\#{IO.read File.expand_path('../../../css/style.css', __FILE__)}\n\#{IO.read File.expand_path('../../../css/pygments.css', __FILE__)}\n </style>\n</head>\n<body>\n" end |