Last active
June 17, 2019 22:48
-
-
Save cokeSchlumpf/4a100799a860e650917ac1d6557b006a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The first line should contain the title of the post | |
Then you can just write whatever you want with every Markdown feature available on GitHub. | |
You can mark the split between the preview and the rest of the post with ... | |
--- | |
... a horizontal line. On the single view of the post, the preview as well as the rest of the article will be displayed. | |
You may also use code-samples in your markdown: | |
```scala | |
println("Scala is my favourite language") | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment