Skip to content

Instantly share code, notes, and snippets.

@glasnt
Created October 28, 2019 03:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glasnt/7c1d965c14ab8fb5b0ded9f7c8f042dc to your computer and use it in GitHub Desktop.
Save glasnt/7c1d965c14ab8fb5b0ded9f7c8f042dc to your computer and use it in GitHub Desktop.
Multi-language markdown codeblocks
# this is Python
print("Hello from python!")
# this is ruby
puts("Hello from Ruby!")
<!--- this is html,ruby --->
<html>{{ puts("hi!")}}</html>
<!--- this is ruby,html --->
<html>{{ puts("hi!")}}</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment