Skip to content

Instantly share code, notes, and snippets.

@igneus
Created June 12, 2021 21:57
Show Gist options
  • Save igneus/a7f93641fb9e5886d28c7568a75db476 to your computer and use it in GitHub Desktop.
Save igneus/a7f93641fb9e5886d28c7568a75db476 to your computer and use it in GitHub Desktop.
Github Markdown: Try out how text on the line of the initial fence of a fenced code block is displayed

text before code block

Code block without syntax highlighting

blah blah

# Code block without syntax highlighting
hello.this(is) {|ruby| code }

blah blah

@igneus
Copy link
Author

igneus commented Jun 12, 2021

... currently it is not displayed at all, but it at least does not break the code block

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment