Show Menu
Cheatography

AsciiDoc Cheat Sheet (DRAFT) by

Quick reference for AsciiDoc code.

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Images

.The title
[#img_myImg] 
image::image.jpg["my created image"]

image::../path/to/the/image.png["Image's alt text"]
image::../path/to/the/image.png["Image's alt text", 500]
The title will be rendered below the image.
The number at the end (i.e. 500) defines the with of the image (TODO: In px?)

External Links

https://www.my-cool-website.ch[]
https://www.my-cool-website.ch[Meine coole Website]

Internal Links


link:#img_myImg[See image below]
 

Admoni­tions

[IMPORTANT]
.This is my title
====
This is the content.
====
Provided types:
NOTE
,
TIP
,
IMPORTANT
,
CAUTION
and
WARNING