Skip to content

Instantly share code, notes, and snippets.

@tringuyen-yw
Last active June 18, 2020 19:55
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 tringuyen-yw/b312f10b60ee1e73c7c1624f9c851326 to your computer and use it in GitHub Desktop.
Save tringuyen-yw/b312f10b60ee1e73c7c1624f9c851326 to your computer and use it in GitHub Desktop.
Source code with Callouts

Source code with Callouts

Code block with non-selectable callouts
line of code  // (1)
line of code  # (2)
line of code  ;; (3)
line of code  <!--(4)-->
  1. A callout behind a line comment for C-style languages.

  2. A callout behind a line comment for Ruby, Python, Perl, etc.

  3. A callout behind a line comment for Clojure.

  4. A callout behind a line comment for XML or SGML languages like HTML.

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