diff --git a/docs/Pulsar-API-Documentation.md b/docs/Pulsar-API-Documentation.md index df38ca986..842170df6 100644 --- a/docs/Pulsar-API-Documentation.md +++ b/docs/Pulsar-API-Documentation.md @@ -173,6 +173,9 @@ style: Exclusively used for the style attribute

## Functions
+
renderMarkdown(content, givenOpts)string
+

Takes a Markdown document and renders it as HTML.

+
beforeEach()
beforeEach()
diff --git a/docs/Source-Code-Documentation.md b/docs/Source-Code-Documentation.md index 4651c1d42..183fe33e9 100644 --- a/docs/Source-Code-Documentation.md +++ b/docs/Source-Code-Documentation.md @@ -173,6 +173,9 @@ style: Exclusively used for the style attribute

## Functions
+
renderMarkdown(content, givenOpts)string
+

Takes a Markdown document and renders it as HTML.

+
beforeEach()
beforeEach()