| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-18 | all: fix parsing inline format with escaped character | Shulhan | |
| If the text inside the inline format contains escaped character, the parsing failed to find the closed character which cause the format is not rendered as expected. | |||
| 2022-08-06 | all: rewrite unit tests for inlineParser using test.Data | Shulhan | |
| Using string literal for testing string input that may contains backtick or double quote make the test code become unreadable and hard to modify. The test.Data help this by moving the input and expected output into a file that can we write as is. | |||
