Skip to content

Instantly share code, notes, and snippets.

@cfjedimaster
Created May 14, 2025 14:31
Show Gist options
  • Save cfjedimaster/18b724d6464336edef0c5271bd20d841 to your computer and use it in GitHub Desktop.
Save cfjedimaster/18b724d6464336edef0c5271bd20d841 to your computer and use it in GitHub Desktop.
bx:savecontent variable="markdownInput" {
```
# Hello World
This is some markdown text. It is *kinda* cool. Correction, it is **very** cool!
Here's a list, just because:
* Ray
* Lindy
* Cats
* Beer
Finally, an image: ![https://unsplash.it/640/425?random](https://unsplash.it/640/425?random)
```
}
html = markdown(markdownInput);
println(html);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment