class BBCode

Defined in:

bbcode.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(tags : Hash(String, String, String, Hash(String, String) -> String), tag_start_char : Char = '[', tag_end_char : Char = ']') #

[View source]

Instance Method Detail

def render(src, io) #

[View source]
def render(str) #

[View source]

Macro Detail

macro ignore_char #

[View source]
macro ignore_tag #

[View source]
macro next_char #

[View source]
macro skip_whitespace #

[View source]