Skip to content

stephmnt/at-ratp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run docs in local

The presentation run Jekyll. You can get it on line with the following link stephnmnt.github.io/at-ratp.

If you have cloned this repo and prefer run the presentation in your local host, you may use the following instruction in a terminal.

cd docs
bundle exec jekyll serve

And then run http://localhost:4000

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)

For more details see GitHub Flavored Markdown.