nanvel / c2p2-template

C2P2 source folder template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

created: 2015-11-22 labels: Index visible: true

C2P2 page example

[TOC]

Headers

# H1
## H2
### H3

List

- item 1
- item 2
  • item 1
  • item 2

Image

![Image title](image.png)

Image example

Code

import datetime

TOC - Table of contents

[TOC]

Admonition

Danger:

!!! danger "Danger ..."
    Danger details ...

!!! danger "Danger ..." Danger details ...

Error:

!!! error "Error ..."
    Error details ...

!!! error "Error ..." Error details ...

Warning:

!!! warning "Some warning ..."
    Warning description ...

!!! warning "Some warning ..." Warning description ...

Caution:

!!! caution "Caution ..."
    Caution details ...

!!! caution "Caution ..." Caution details ...

Attention:

!!! attention "Attention ..."
    Attention details ...

!!! attention "Attention ..." Attention details ...

Important:

!!! important "Important ..."
    Important details ...

!!! important "Important ..." Important details ...

Note:

!!! note "Test notes ..."
    Note ...

!!! note "Test notes ..." Note ...

Hint:

!!! hint "Hint ..."
    Hint details ...

!!! hint "Hint ..." Hint details ...

Tip:

!!! tip "Tip ..."
    Tip details ...

!!! tip "Tip ..." Tip details ...

Links

inline [text](http://google.com "Link description")

inline text

About

C2P2 source folder template


Languages

Language:CSS 74.7%Language:HTML 23.9%Language:Python 1.4%