Documentation

Nice project with a nice documentation

PDF

History

date author message changed chapters
17.5.17 koljaSx Copy to clipboard button (#8)

* Update dependencies to enable Greenkeeper 🌴 (#1)

* chore(package): update dependencies

https://greenkeeper.io/

* docs(readme): add Greenkeeper badge

https://greenkeeper.io/

* Update README.md (#2)

Added pandoc install link

* Update README.md

* adding the copy to clipboard button for code blocks

* changing the default to show the copy to clipboard button

22.2.17 stefan meyer some simple changes

1 Introduction

This is a chapter intro text.

title

diagram

1.1 Documentation

This is the sub chapter "Documentation"

Images

title

image

.

Tables

this is a table
a b c
a b c

Sourcecode

if (x==1) javascript.format("nicely");

Diagrams

You can integrate plantuml diagrams

title

diagram

1.2 Special Features

Callout

There are three different callouts : warning, danger and info.

 > [[danger]]  __headline__
 > Here comes the important info
 >

headline

Here comes the important info

Link to Chapter

[Link to Documentation](ref:/Introduction/Documentation)

Link to Documentation

Links are checked at generation time and broken links fail the generation.

Copy to Clipboard Button

A copy to clipboard button will added to all code blocks by default. This can be overruled by the adding "|noctc".

 ```` md|noctc
 this code has no copy to clipboard button 
 ```` 
 this code has no copy to clipboard button
  ```` md
  this code has a copy to clipboard button 
  ```` 
  this code has a copy to clipboard button