Skip to content

Instantly share code, notes, and snippets.

@k33g
Last active April 2, 2018 12:50
Show Gist options
  • Save k33g/aa2c9bdc3f36e03e567956d3bc0f30b7 to your computer and use it in GitHub Desktop.
Save k33g/aa2c9bdc3f36e03e567956d3bc0f30b7 to your computer and use it in GitHub Desktop.
== Chapitre 1: 1er contact
NOTE: An admonition paragraph draws the reader's attention to
auxiliary information.
Its purpose is determined by the label
at the beginning of the paragraph.
<<<
=== You can use emojiis
Hello 🌍 👋
=== And add some source code
[source,javascript]
----
//hello world // <1>
function hello() { // <2>
let panda = `🐼`
return '2 // <3>
}
----
<1> this is a comment
<2> _this is a function_
<3> *return value*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment