class Jrsl::MarkdownElement

Defined in:

jrsl.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(markdown_text : String, rendered : String, rows : Int32, cols : Int32) #

[View source]

Instance Method Detail

def cols : Int32 #

[View source]
def cols=(cols : Int32) #

[View source]
def markdown_text : String #

[View source]
def markdown_text=(markdown_text : String) #

[View source]
def rendered : String #

[View source]
def rendered=(rendered : String) #

[View source]
def rows : Int32 #

[View source]
def rows=(rows : Int32) #

[View source]