From 2658226e511d7353988ea80d9e474a85cc15ef52 Mon Sep 17 00:00:00 2001 From: confused-Techie Date: Thu, 9 Nov 2023 04:51:15 +0000 Subject: [PATCH] GH Action Documentation --- docs/Pulsar-API-Documentation.md | 3 +++ docs/Source-Code-Documentation.md | 3 +++ 2 files changed, 6 insertions(+) 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()