From 056cc2cbe18fded55e491b4f2b1c1b9c06b549ed Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Tue, 1 Feb 2022 19:57:39 +0100 Subject: [PATCH] fix(markdown): Incorrect table syntax --- markdown/dev/reference/api/macros/title/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/dev/reference/api/macros/title/en.md b/markdown/dev/reference/api/macros/title/en.md index c569533209a..1f6342869cd 100644 --- a/markdown/dev/reference/api/macros/title/en.md +++ b/markdown/dev/reference/api/macros/title/en.md @@ -8,7 +8,7 @@ It is provided by the [title plugin](/reference/plugins/title). Example of a title added by this macro | Property | Default | Type | Description | -| ----------:| :-----: | ---------------------------------------------------------- | +| ----------:| :-----: | ------------------- | ----------- | | `at` | | [Point](/reference/api/point) | The point at which to insert the title | | `nr` | | String | The number of the pattern part | | `title` | | String | The name of the pattern part. If title is not set or is an empty string, this won't be rendered, and the version will go beneath the nr.|