CopyCallouts
There are two types of callouts availabale in this theme, note and important. To add a callout to your documentation simply add the following html
code with class important
or note
. Like in the example bellow.
CopyHTML example
Copy the code and modify these blocks according to your needs.
CopyLive example
CopyCode blocks
You can create simple code blocks by placing triple backticks `
before and after the code block. To render a code block more readable, we recommend placing a blank line before and after code blocks.
``` if (condition) { code to run if condition is true } else { run some other code instead } ```
if (condition) {
code to run if condition is true
} else {
run some other code instead
}
CopySyntax highlighting
You can add a language identifier to enable syntax highlighting in your code block. For example, to syntax highlight JavaScript code, specify javascript
next to the tick marks before the fenced code block:
```javascript if (condition) { code to run if condition is true } else { run some other code instead } ```
The rendered output looks like this:
CopyTables
You can build tables with markdown to help you organize information. To add a table, use three or more hyphens (---) to create each column’s header, and use pipes (|) to separate each column like in the example below.
| Title | Title | | ------| ----- | | Text | Text | | Text | Text |
Title | Title |
---|---|
Text | Text |
Text | Text |
CopyStart using Libris theme
We’ve packed this theme with powerful features to help you have awesome documentation for your current or next project.
Why not start using this theme today?