varabyte / kobweb

A modern framework for full stack web apps in Kotlin, built upon Compose HTML
https://kobweb.varabyte.com
Apache License 2.0
1.46k stars 65 forks source link

"$" in markdown is busted #171

Closed bitspittle closed 1 year ago

bitspittle commented 1 year ago

The following markdown will get wrecked when Kobweb tries to convert it to Kotlin

 Uh oh: $test

 ```
 also dollars
 in code blocks like
 $test
 also cause major issues
 ```

We should substitute out those dollar signs, but not ones in {{{ ... }}} blocks.

bitspittle commented 1 year ago

Will be fixed in 0.9.15