766c9bad62
Use '_' instead of '.' for numbering cosmo escapes
...
because it gets syntax highlighted weird because '.' is not valid for
like a variable name so the syntax highlighter is splitting the escape
phrase at the '.' which means that phrase won't match when unescaped so
it fails to get unescaped
for example, this would fail:
```
$$ct
```
2025-06-25 21:10:30 -07:00
0e848c5e7b
Change cosmo '$' escape string in markdown renderer
...
so that we can put 2 selectors next to each other and still be able to
tell where one ends and the other one begins
2025-06-25 14:44:32 -07:00
26f77eab9a
Add specs for pandoc markdown renderer
2025-06-16 20:18:05 -07:00
075097904c
Cleanup
2025-06-16 20:18:05 -07:00
e041143b27
WIP
2025-06-16 20:18:05 -07:00
46aa6c829f
WIP: Syntax highlight colors
2025-06-16 20:18:05 -07:00
9b4ab48705
Clean up
2025-06-16 20:18:05 -07:00
92a1650e75
I think I may have figured it out
2025-06-16 20:18:05 -07:00
09918abe97
Polish
2025-06-16 20:18:05 -07:00
338b7eb747
Another refactor
2025-06-16 20:18:05 -07:00
109c81458a
Refactor renderer
2025-06-16 20:18:05 -07:00
76ca707e9b
WIP: argh
2025-06-16 20:18:05 -07:00
bb90a3eaa5
Remove monkey-patch and add custom pandoc renderer
2025-06-16 20:18:05 -07:00