mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-02-01 11:59:08 +00:00
Support mycomarkup in blockquotes
This commit is contained in:
parent
bee862563d
commit
184aa1ae32
@ -219,8 +219,13 @@ normalState:
|
|||||||
|
|
||||||
case startsWith(">"):
|
case startsWith(">"):
|
||||||
addParagraphIfNeeded()
|
addParagraphIfNeeded()
|
||||||
addLine(fmt.Sprintf(
|
addLine(
|
||||||
"<blockquote id='%d'>%s</blockquote>", state.id, remover(">")(line)))
|
fmt.Sprintf(
|
||||||
|
"<blockquote id='%d'>%s</blockquote>",
|
||||||
|
state.id,
|
||||||
|
ParagraphToHtml(state.name, remover(">")(line)),
|
||||||
|
),
|
||||||
|
)
|
||||||
case startsWith("=>"):
|
case startsWith("=>"):
|
||||||
addParagraphIfNeeded()
|
addParagraphIfNeeded()
|
||||||
state.where = "launchpad"
|
state.where = "launchpad"
|
||||||
|
Loading…
Reference in New Issue
Block a user