Small intro
The idea of the post is to check that all makrdown elements work properly.
Test emoji
First set
π π π π π π π π π π π π π π π π
Test headers
Header 1
Header 2
Header 3
Header 4
Β
Text formatting
rendered as bold text
rendered as italicized text
Strike through this text.
Blockquotes
A good balance of winning and losing is important. If you just win all the time, you won’t get anything out of it; having some tough losses can be really important.
I work for money and appreciation.
If you want loyalty, hire a dog.
Work at it, work on it, work through it, work to it, as long as it’s worth it, never walk away from it.
Lists
- valid bullet
- valid bullet
- valid bullet
and few more…
- Life is the most exciting opportunity we have.
- But we have one shot
- You graduate from college once, and that’s it
- You’re going out of that nest
- And you have to find that courage that’s deep, deep, deep in there.
- Every step of the way
ordered list
- Community service has taught me all kinds of skills and increased my confidence.
- You go out there and think on your feet, work with others and create something from nothing.
- That’s what life’s all about.
Code
In this example, <section></section>
should be wrapped as code.
// Some comments
line 1 of code
line 2 of code
line 3 of code
Block code βfencesβ
Syntax highlighting
grunt.initConfig({
assemble: {
options: {
assets: 'docs/assets',
data: 'src/data/*.{json,yml}',
helpers: 'src/custom-helpers.js',
partials: ['src/partials/**/*.{hbs,md}']
},
pages: {
options: {
layout: 'default.hbs'
},
files: {
'./': ['src/templates/pages/index.hbs']
}
}
}
};
Tables
Option | Description |
---|---|
data | path to data files to supply the data that will be passed into templates. |
engine | engine to be used for processing templates. Handlebars is the default. |
ext | extension to be used for dest files. |
Links
Table of Contents
Chapter 1
Content for chapter one.
Chapter 2
Content for chapter two.
Chapter 3
Content for chapter three.
Images
Resize to 300px

Resize to 100px
