Markup code headings as code (#4024)

This is to avoid Github and other markdown parsers treating strings such as `<ExternalContentLink>` as an opening HTML tag.
This commit is contained in:
Stephen Tweeddale
2018-11-28 14:50:57 +00:00
committed by Eugenio Romano
parent a193c2383c
commit eb2ca06526

View File

@@ -36,7 +36,7 @@ export class SomePageComponent implements OnInit {
## Methods ## Methods
#### getAlfrescoNodes(accountId: string, folderId: string): Observable&lt;[ExternalContent]> #### `getAlfrescoNodes(accountId: string, folderId: string): Observable<ExternalContent>`
Get all the nodes under passed in folder node ID (e.g. 3062d73b-fe47-4040-89d2-79efae63869c) for passed in Get all the nodes under passed in folder node ID (e.g. 3062d73b-fe47-4040-89d2-79efae63869c) for passed in
Alfresco Repository account ID as configured in APS: Alfresco Repository account ID as configured in APS:
@@ -77,7 +77,7 @@ The response contained in `nodes` is an array with properties for each object li
simpleType: "folder" simpleType: "folder"
title: "Event More Stuff" title: "Event More Stuff"
#### linkAlfrescoNode(accountId: string, node: ExternalContent, siteId: string): Observable<ExternalContentLink> #### `linkAlfrescoNode(accountId: string, node: ExternalContent, siteId: string): Observable<ExternalContentLink>`
Link Alfresco content as related content in APS by passing in Alfresco node identifying the content, the Share site Link Alfresco content as related content in APS by passing in Alfresco node identifying the content, the Share site
that contains the content, and the Alfresco Repository account ID as configured in APS: that contains the content, and the Alfresco Repository account ID as configured in APS: