From 1a4a06ab68d4ba28042bc6fec9fa4f2b9ac464c0 Mon Sep 17 00:00:00 2001 From: holroy Date: Thu, 12 Jan 2023 21:22:26 +0100 Subject: [PATCH] Update InputParameters.md Some missing backslashed, and a missing parentheses. --- docs/InputParameters.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/InputParameters.md b/docs/InputParameters.md index 5a35949..ee46582 100644 --- a/docs/InputParameters.md +++ b/docs/InputParameters.md @@ -44,7 +44,7 @@ These key-value pairs are placed under the root of the code block. | `textValueMap` | A container key for multiple text-value mapping | | | | `fixedScale` | Uniform scaling factor to the graph dimensions | 1 | 1.0 | | `fitPanelWidth` | Auto-fit the width of the chart to the container | 1 | false | -| `margin` | Four margins (top|right|bottom|left) of the graph | 1~4 | 10 | +| `margin` | Four margins (top\|right\|bottom\|left) of the graph | 1~4 | 10 | | `line` | A container key for parameters related to the line chart | | | | `bar` | A container key for parameters related to the bar chart | | | | `summary` | A container key for parameters related to the summary output | | | @@ -108,7 +108,7 @@ These key-value pairs should be placed under the key `summary`. | Key | Description | Number of Values | Default | |:--------|:-------|:-----------:|:------| -| `template` | Text template (you may embed [expressions](https://github.com/pyrochlore/obsidian-tracker/blob/master/docs/Expressions.md) | 1 | '' | +| `template` | Text template (you may embed [expressions](https://github.com/pyrochlore/obsidian-tracker/blob/master/docs/Expressions.md)) | 1 | '' | | `style` | CSS style applied to the rendered text block | 1 | '' | ### Parameters for a Bullet Chart