@htmlbricks/hb-markdown-viewer 0.68.1 → 0.68.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/manifest.json +28 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -80,6 +80,33 @@
|
|
|
80
80
|
"content": "**Summary of Document:** This document details the discovery of letters purportedly from Yeshua, written approximately 2000 years ago, hidden by the church to protect sensitive religious teachings. The letters offer a glimpse into a time when the Church attempted to conceal powerful information about Jesus' teachings, leading to a priest's banishment. The document reveals a historical mystery involving a secret and ultimately revealed website hosted by Leslie Galentine's PKMedia.us campaign, which is now focused on sharing a portion of the original letters. The core of the document revolves around the discovery of a previously unknown copy of these letters during a 2017 investigation by biblical scholars, sparking significant questions about the true nature of Jesus’ teachings and highlighting a period of clandestine suppression. **Subjects Involved:** * **Leslie Galentine:** A historical researcher and organizer of the discovery. * **ict.yard:** An individual within the Yeshua correspondence project (likely a participant or researcher). * **The Church:** The organization that attempted to conceal the letters' content. * **The Priest:** Involved in the banishment and uncovering of the letters. * **Leslie Galentine:** The PKMedia.us team that uncovered the letters. * **The PKMedia.us Campaign:** The driving force behind the document's reveal. **Main Subjects - Their Roles:** * **Leslie Galentine:** Initiated and managed the discovery and dissemination of the documents. * **ict.yard:** The primary recipient of the correspondence and the person who initiated the historical research. * **The Church:** Responsible for attempting to conceal and suppress the information. * **The Priest:** Served as a key figure in the attempt to hide the letters and was eventually banished. * **Leslie Galentine:** The project lead who initiated the current revealing of the information. **Main Subject - The Discovery:** The discovery of these letters represents a significant historical event—a moment when a secret message from the past was revealed, raising questions about the Church's handling of religious teachings and potentially altering our understanding of Jesus’ message. **Main Topic - The Revelation:** The core topic is the revelation of a hidden portion of the letters, which ultimately challenges established historical interpretations and suggests a period of covert suppression of knowledge. **Additional Notes:** The document presents a compelling narrative of historical mystery, involving a deliberate attempt to obscure religious information, which the revelation of these letters indicates. It is a story of clandestine efforts and the potential consequences of preserving or revealing sensitive data."
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "headingsAndLists",
|
|
86
|
+
"description": "Headings, bullet list, and numbered list for structure demos.",
|
|
87
|
+
"data": {
|
|
88
|
+
"data": {
|
|
89
|
+
"content": "## Release notes\n\n### Highlights\n\n- Faster startup\n- Smaller bundle\n\n### Steps\n\n1. Install dependencies\n2. Run the build\n3. Deploy"
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"name": "codeBlock",
|
|
95
|
+
"description": "Fenced code block for GFM-style rendering.",
|
|
96
|
+
"data": {
|
|
97
|
+
"data": {
|
|
98
|
+
"content": "Example `npm` command:\n\n```bash\nnpm run build:wc -- input-text\n```\n\nInline code like `Component` is supported too."
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "shortNote",
|
|
104
|
+
"description": "Minimal one-line markdown for quick previews.",
|
|
105
|
+
"data": {
|
|
106
|
+
"data": {
|
|
107
|
+
"content": "Hello **world** — this is a short note."
|
|
108
|
+
}
|
|
109
|
+
}
|
|
83
110
|
}
|
|
84
111
|
],
|
|
85
112
|
"iifeIntegrity": "sha384-bdtL82zaR5+UZ7h8PEJRAAxLdP4iUb3pMfjthw/A/voQGtQX7XDXBayBcb5CIBkB",
|
|
@@ -103,5 +130,5 @@
|
|
|
103
130
|
"size": {},
|
|
104
131
|
"iifePath": "main.iife.js",
|
|
105
132
|
"repoName": "@htmlbricks/hb-markdown-viewer",
|
|
106
|
-
"version": "0.68.
|
|
133
|
+
"version": "0.68.3"
|
|
107
134
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-markdown-viewer",
|
|
3
|
-
"version": "0.68.
|
|
3
|
+
"version": "0.68.3",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Renders Markdown from a data object (typically with a content string) using marked with GFM and line breaks, and normalizes compact single-line Markdown for clearer lists and headings.",
|
|
6
6
|
"licenses": [
|