[backend/libmfm] Drop support for the unicode emoji node type
This commit is contained in:
parent
4647aac503
commit
12e77cfb64
2 changed files with 0 additions and 14 deletions
File diff suppressed because one or more lines are too long
|
@ -62,10 +62,6 @@ module MfmNodeTypes =
|
|||
type MfmCenterNode(c) =
|
||||
inherit MfmBlockNode(c)
|
||||
|
||||
type MfmUnicodeEmojiNode(e: string) =
|
||||
inherit MfmInlineNode([])
|
||||
member val Emoji = e
|
||||
|
||||
type MfmEmojiCodeNode(n) =
|
||||
inherit MfmInlineNode([])
|
||||
member val Name = n
|
||||
|
@ -311,9 +307,6 @@ module private MfmParser =
|
|||
|
||||
//TODO: still missing: FnNode, MfmSearchNode, MfmQuoteNode
|
||||
|
||||
// This intentionally doesn't implement the node type UnicodeEmojiNode, both for performance,
|
||||
// and because it's not needed for backend processing
|
||||
|
||||
let blockNodeSeq =
|
||||
[ plainNode; centerNode; smallNode; codeBlockNode; mathBlockNode ]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue