Last active
August 25, 2016 15:01
-
-
Save hogart/00ab19414b32b904aea7e3819a074a6b 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
[[Intro]]: | |
Some bla-bla. | |
+++Read on | |
More bla-bla, also take a look at this [additional info]. | |
+++Read on further | |
Even more bla-bla. | |
[additional info]: | |
Some nice, but completely optional flavor text. |
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
@set value = 10 | |
[[Increase value]](start, value+=1) or [[decrease]](start, value-=1)? That is the question. | |
[[start]]: | |
It's {value}! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment