Remove additional double slashes from documentation. (#6960)

For the sake of the ABN markdown parser.
This commit is contained in:
Stephen Tweeddale
2021-04-28 17:20:16 +01:00
committed by GitHub
parent 9cbae9abd8
commit c149f16adf

View File

@@ -277,7 +277,7 @@ See `getProcessRelatedContent` and `getTaskRelatedContent` for how to get to the
#### getContentPreview(contentId: number): Observable`<Blob>` #### getContentPreview(contentId: number): Observable`<Blob>`
Get the preview file for a related content file. A content file might be for example a\\ Get the preview file for a related content file. A content file might be for example a
MS Word document. This method would give you the PDF preview for this document, MS Word document. This method would give you the PDF preview for this document,
if it has been generated: if it has been generated:
@@ -299,7 +299,7 @@ See `getProcessRelatedContent` and `getTaskRelatedContent` for how to get to the
#### getContentThumbnail(contentId: number): Observable`<Blob>` #### getContentThumbnail(contentId: number): Observable`<Blob>`
Get the thumbnail file for a related content file. A content file might be for example a\\ Get the thumbnail file for a related content file. A content file might be for example a
MS Word document. This method would give you the image thumbnail for this document, MS Word document. This method would give you the image thumbnail for this document,
if it has been generated: if it has been generated: