From c6d85d1db56eb2f4a26afabb9904498832d31790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kent=20Mossb=C3=A4ck?= Date: Mon, 22 Jun 2026 13:52:12 +0200 Subject: [PATCH 1/2] Clarify Markdown link formatting and line break usage in user guide --- docs/PxWebApi/documentation/user-guide.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/PxWebApi/documentation/user-guide.md b/docs/PxWebApi/documentation/user-guide.md index d725e7b..725a57f 100644 --- a/docs/PxWebApi/documentation/user-guide.md +++ b/docs/PxWebApi/documentation/user-guide.md @@ -1340,11 +1340,15 @@ They are then separated by quotation marks and commas. See e.g. > . -In PxWeb all HTML will be rendered as text only. You can include links by using Mardown. We support two formats: +In PxWeb all HTML will be rendered as text only. You can include links by using Markdown. We support two formats: - `[My-link-text](https://my-url-here.com)` - `` +To create a line break in a note, end a line with two spaces, and then type return, apply the same formatting style for any repeated line breaks or new paragraphs. + +The system guarantees support for links and line breaks (written in Markdown). Other formatting features should not be used at this time. + ## Language Most of the endpoints take a `lang` parameter specifying which language the response From ff3be81896547bff0e65699638fe1672aaa43e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kent=20Mossb=C3=A4ck?= Date: Fri, 26 Jun 2026 13:20:02 +0200 Subject: [PATCH 2/2] Clarify instructions for creating line breaks in Markdown notes --- docs/PxWebApi/documentation/user-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PxWebApi/documentation/user-guide.md b/docs/PxWebApi/documentation/user-guide.md index 725a57f..96d0c2c 100644 --- a/docs/PxWebApi/documentation/user-guide.md +++ b/docs/PxWebApi/documentation/user-guide.md @@ -1345,7 +1345,7 @@ In PxWeb all HTML will be rendered as text only. You can include links by using - `[My-link-text](https://my-url-here.com)` - `` -To create a line break in a note, end a line with two spaces, and then type return, apply the same formatting style for any repeated line breaks or new paragraphs. +To create a line break in a note, end a line with two spaces, and then type return. The system guarantees support for links and line breaks (written in Markdown). Other formatting features should not be used at this time.