The Roky parser supports very simple markdown, specifically headers (all headers are treated the same), italics, bold, hyperlinks and "hard" line breaks, which are denoted by an empty line beginning with a back-slash.
Crucially, all formatted words and phrases will render in Roky on separate lines. This is because the renderer does not allow for formatting distinct sections of text, but must instead create new containers and apply the formatting to that container. Should you wish to add some formatted text, which includes headers, itatlics, bold, hyperlinks and hard line breaks, then place each one on its own line.
GitHub - Roky
GitHub - roky_help.md
Last active
October 18, 2024 19:35
-
-
Save PPartisan/95aa816faaec2a234d7069a48806d7cb to your computer and use it in GitHub Desktop.
Roky Markdown Sample
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment