-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
全ての構文を無効にする構文 #101
Labels
Comments
やるか |
とりあえずノードの仕様決めようぜ |
こんな感じかね ① {
type: 'nomfm',
props: {
text: 'no mfm\ntest'
}
} ② {
type: 'nomfm',
children: [
{ type: 'text', props: { text: 'no mfm\ntest' } }
]
} |
前者で良さそう |
構文は |
改行だけは解釈したい気もしてきたな |
そうすると
形式じゃないと無理そうだけど |
②の方でいく? |
いくか |
基本構成はこんな感じで
|
これってインラインで使うことあるかな? |
ありそう |
インラインにするとして、タグ内側の直後の改行は無視するか
は
って解釈される方が自然っぽいし |
アサイン解除してもよい? |
plainタグの中で絵文字って使えるようにする? |
それすると意味がなくなるからしない |
絵文字はMFMの構文なのかどうかって話だけど |
そうね |
タイトル紛らわしかった |
plainParserでもMFM無効にできたほうが良いかな |
Merged
plainParserでは不要そう |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
とか
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: