Created
May 14, 2025 14:31
-
-
Save cfjedimaster/18b724d6464336edef0c5271bd20d841 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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:  | |
``` | |
} | |
html = markdown(markdownInput); | |
println(html); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment