Dashboards aanpassen
Ontdek hoe je ProcessMind dashboards aanpast door elementen toe te voegen, schalen en uitlijnen voor heldere data.
Gebruik deze gids om content in je tekstgrafiek te formatteren. ProcessMind ondersteunt CommonMark-basics en populaire GitHub-Flavored Markdown (GFM) extensies zoals tabellen, takenlijsten en doorhalen.
Gebruik # tot ###### aan het begin van de regel:
# H1
## H2
### H3
#### H4
##### H5
###### H6 Scheid alinea’s met een lege regel.
Een zachte regelafbreking: beëindig met twee spaties of gebruik <br>.
First line with a soft break··
continues on the next line.
New paragraph after a blank line. *italic* or _italic_
**bold** or __bold__
***bold italic***
~~strikethrough~~ <!-- GFM --> Bulleted: -, + of *. Genummerd: 1. 2. etc.
- Item A
- Item B
- Nested item B1
- Nested item B2
1. Step one
2. Step two
1. Sub-step
2. Sub-step Tip: Gebruik steeds 2–4 spaties voor inspringen bij geneste items.
Inline of als referentie:
Inline: [ProcessMind](https://processmind.com)
With title: [Site](https://example.com "Optional title")
Reference: [Docs][docs-link]
[docs-link]: https://example.com/docs Alt-tekst is belangrijk voor toegankelijkheid en SEO.
 Referentiestijl afbeeldingen:
![Logo][logo]
[logo]: https://example.com/logo.png Gebruik > aan het begin van een regel. Voeg meerdere > toe voor geneste citaten.
> A single-line quote.
>
> Multi-paragraph quote:
>
> > Nested quote level 2. Inline code gebruik je met enkele backticks `code` of drie backticks ```code```.
Afgebakende codeblokken maak je met drie backticks. Voeg een taal toe voor syntax highlighting.
Here’s `inline code`. Staat er in je content zelf drie backticks, gebruik dan vier backticks om te omheinen.
Zet minimaal drie ---, *** of ___ op een losse regel:
--- Gebruik pipes | en kopregelstreepjes ---. Dubbele punten (:) bepalen de uitlijning.
| Column | Type | Notes |
|:--------------|:-------:| :------------------|
| Name | String | Left-aligned |
| Score | Number | Left-aligned |
| Description | String | Left-aligned |
| Kolom | Type | Notities |
|---|---|---|
| Naam | String | Koppelings uitgelijnd |
| Score | Number | Koppelings uitgelijnd |
| Omschrijving | String | Koppelings uitgelijnd |
Een lege regel boven een tabel zorgt dat sommige parsers hem juist weergeven.
Gebruik - [ ] en - [x].
- [x] Design schema
- [ ] Implement API
- [ ] Write tests Zet een backslash \ voor het teken om het letterlijk te tonen.
\*Not italic\*, show the asterisks literally.
Use a backslash for \#, \[, \], \(, \), \_, \*, \`, \|, \> Houd je content overzichtelijker met verwijzingen onderaan de pagina.
Read the [Guide][g].
See the ![Badge][b].
[g]: https://example.com/guide
[b]: https://example.com/badge.svg Kale URL’s worden automatisch gelinkt. Hoekige haken forceren dit.
https://example.com
<mailto:hello@example.com> De meeste renderers staan veilige inline HTML toe als Markdown niet genoeg is.
<strong>Bold</strong> and <em>italic</em> with HTML.
<br>
<span style="font-variant:small-caps">Small caps</span> Let op: Niet alle HTML-tags worden ondersteund vanwege veiligheid en compatibiliteit.
<br>.Kopieer en pas aan:
### Title of TextChart
Short intro paragraph that explains the context.
Value of the metric ${metric} is measured.

Visit us at: https://processmind.com
#### Key Points
- Point A
- Point B
- Point C We gebruiken cookies om je ervaring te verbeteren, gepersonaliseerde inhoud te tonen en het verkeer op onze site te analyseren. Door op "Alles accepteren" te klikken, ga je akkoord met ons gebruik van cookies.