mfm-parser/lib
Ilja 0a2894f07a Fix bug when starting with $-sign
When a text token was running, it wouldn't stop on a $-sign if it wasn't followed with a "[".
This is good.

But when a token was finished and the next char was a $-sign, it would consider it an MFMOpen, even when not followed by a "[".
This is now fixed.
2022-07-25 01:21:02 +02:00
..
node Convert a tree to HTML + formatting + docs 2022-07-24 16:32:57 +02:00
token Convert a tree to HTML + formatting + docs 2022-07-24 16:32:57 +02:00
encoder.ex Move Encoder logic to own module 2022-07-25 00:44:45 +02:00
lexer.ex Fix bug when starting with $-sign 2022-07-25 01:21:02 +02:00
mfm_parser.ex Move Encoder logic to own module 2022-07-25 00:44:45 +02:00
parser.ex Make it not crash when tag not properly ended 2022-07-24 10:28:29 +02:00
reader.ex Fix bug when starting with $-sign 2022-07-25 01:21:02 +02:00
token.ex Change Lexer to use a data structure for tokens 2022-07-23 20:17:34 +02:00