nerdicas
Userfull commands
Images
Links
Text to display
Shortcodes
Hugo 0.15 will have 30%+ faster render times thanks to this commit https://t.co/FfzhM8bNhT #gohugo #golang https://t.co/ITbMNU2BUf
— Steve Francia (@spf13) November 17, 2015
Coding
import django
django.VERSION
print "{0} {1}".format("Hello", "World")
function omelete(ovos) {
ovos = ovos || 0;
for(i = 0; i <= ovos; i++) {
ovos.break();
}
}
Markdown
Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for
Syntax highlighted code block
# Header 1
## Header 2
### Header 3
- Bulleted
- List
1. Numbered
2. List
**Bold** and _Italic_ and `Code` text
[Link](url) and ![Image](src)