Abn content fixes (#6957)

* Remove double backslashes from markdown files.

Neither github nor the ABN understands them.

* Make a <br /> tag self-closing, for the purposes of the ABN
This commit is contained in:
Stephen Tweeddale
2021-04-27 16:56:17 +01:00
committed by GitHub
parent efe625ea33
commit dd5fc685b8
3 changed files with 3 additions and 3 deletions

View File

@@ -120,7 +120,7 @@ export class SomePageComponent implements OnInit {
```
In the above sample code the `file` is uploaded via an HTML input element.
The `processInstanceId` refers to a process instance ID for a running process in APS.\\
The `processInstanceId` refers to a process instance ID for a running process in APS.
The returned `relContent` object looks like in this sample:
Related content: