Alexey-T / CudaText

Cross-platform text editor, written in Free Pascal
Mozilla Public License 2.0
2.49k stars 170 forks source link

Markdown lexer and dollar sign #5089

Closed veksha closed 1 year ago

veksha commented 1 year ago

how is it supposed to work?

in some online markdown editors dollar signs do nothing, but in others it make text italic.

in github markdown:

in codeium plugin we can often see this issue:

image

Alexey-T commented 1 year ago

OK, making $$text$$ multiline, and $text$ only one-line.

veksha commented 1 year ago

is it ok?

image

Alexey-T commented 1 year ago

tweaked the MD lexer more, pls try again?

veksha commented 1 year ago

nice. thanks.