Class Orgmode::TextileOutputBuffer
In: lib/org-ruby/textile_output_buffer.rb
Parent: OutputBuffer

Methods

Constants

TextileMap = { "*" => "*", "/" => "_", "_" => "_", "=" => "@", "~" => "@", "+" => "+"   Maps org markup to textile markup.

Public Class methods

Public Instance methods

Flushes the current buffer

Handles inline formatting for textile.

[Validate]