Skip to content

Latest commit

 

History

History
104 lines (69 loc) · 1.54 KB

formatting.rst

File metadata and controls

104 lines (69 loc) · 1.54 KB

Text formatting

Qalculate expression

Evaluate expression using .. _Qalculate: https://qalculate.github.io/manual/index.html syntax :

qalc{expression}

Markdown text

Paragraph

Paragraphs are separated by a blank line.

Style

*italic*,
**bold**

Link

[OpenJournal](https://github.com/bgallois/OpenJournal)

Header

# Title
## Subtitle
### SubSubtitle

List

Bullet list:
* Start a line with an asterisk
* Food
* Fruits
    * Oranges
    * Apples

Numbered list:
1. One
2. Two
3. Three

To do list:
- [x] Task one
- [ ] Task two
- [ ] Task three

Code

`inline`
```
block
```

Formulas

\\( inline \\)
\\[ block \\]

Quote

> This is a blockquote.

Separator

---

Markdown image

Images can be added by dropping a file in the editor or using the Markdown syntax ![label](path). The image will be stored in the journal database and the reference will be updated to ![OpenJournal_label](tmp/label) and should not be modified afterward. Image files are temporarily copied in the system temporary folder for rendering and deleted when no longer useful.