Class: PageViewer::App

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/page_viewer.rb

Constant Summary collapse

RENDERER =
Redcarpet::Markdown.new(
  HTMLwithHighlights.new(:with_toc_data => true),
  :fenced_code_blocks => true,
  :tables => true,
)