LinearCards
Table of Contents
Methods
-
escapeMarkdown()
: string
-
toLinearMarkdown()
: string
-
toPlainText()
: string
-
renderButton()
: string
-
renderTableToMarkdown()
: string
escapeMarkdown()
public
static escapeMarkdown(string $text) : string
Parameters
-
$text
: string
-
toLinearMarkdown()
public
static toLinearMarkdown(Card $card) : string
Parameters
-
$card
: Card
-
toPlainText()
public
static toPlainText(Card $card) : string
Parameters
-
$card
: Card
-
private
static renderButton(Button $button) : string
Parameters
-
$button
: Button
-
renderTableToMarkdown()
private
static renderTableToMarkdown(Table $table) : string
Parameters
-
$table
: Table
-