Class Orgmode::MarkdownOutputBuffer
In: lib/org-ruby/markdown_output_buffer.rb
Parent: OutputBuffer

Methods

Constants

MarkdownMap = { "*" => "**", "/" => "*", "_" => "*", "=" => "`", "~" => "`", "+" => "~~"   Maps org markup to markdown markup.

Public Class methods

Public Instance methods

Flushes the current buffer

Handles inline formatting for markdown.

TODO: Implement this

[Validate]