class Tremolite::MarkdownWrapper

Defined in:

tremolite/markdown_wrapper.cr

Constant Summary

Log = ::Log.for(self)

Constructors

Instance Method Summary

Constructor Detail

def self.new(blog : Tremolite::Blog) #

[View source]

Instance Method Detail

def command(s : String) : String #

use external command


[View source]
def crystal(s : String) : String #

use STD


[View source]
def crystal_cmark(s : String) : String #

use lib


[View source]
def null(s : String) : String #

empty


[View source]
def to_html(string : String, post : Tremolite::Post | Nil = nil) : String #

[View source]