kempo-ui 0.4.6 → 0.4.8

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.
Files changed (91) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/components/Markdown.js +1 -0
  3. package/dist/components/Timestamp.js +1 -1
  4. package/dist/utils/formatTimestamp.js +1 -1
  5. package/docs/components/accordion.html +4 -0
  6. package/docs/components/aside.html +4 -0
  7. package/docs/components/calendar.html +4 -0
  8. package/docs/components/card.html +4 -0
  9. package/docs/components/chat.html +4 -0
  10. package/docs/components/code-editor.html +4 -0
  11. package/docs/components/color-picker.html +4 -0
  12. package/docs/components/combobox.html +4 -0
  13. package/docs/components/content-slider.html +4 -0
  14. package/docs/components/context.html +4 -0
  15. package/docs/components/dialog.html +4 -0
  16. package/docs/components/dropdown.html +4 -0
  17. package/docs/components/filter-list.html +4 -0
  18. package/docs/components/focus-capture.html +4 -0
  19. package/docs/components/html-editor.html +4 -0
  20. package/docs/components/hybrid-component.html +4 -0
  21. package/docs/components/icon.html +4 -0
  22. package/docs/components/import.html +4 -0
  23. package/docs/components/light-component.html +4 -0
  24. package/docs/components/markdown-editor.html +4 -0
  25. package/docs/components/markdown.html +650 -0
  26. package/docs/components/nav-spacer.html +4 -0
  27. package/docs/components/nav.html +4 -0
  28. package/docs/components/photo-viewer.html +4 -0
  29. package/docs/components/progress.html +4 -0
  30. package/docs/components/resize.html +4 -0
  31. package/docs/components/shadow-component.html +4 -0
  32. package/docs/components/show-more.html +4 -0
  33. package/docs/components/slider.html +4 -0
  34. package/docs/components/sortable.html +4 -0
  35. package/docs/components/speech-to-text.html +4 -0
  36. package/docs/components/spinner.html +4 -0
  37. package/docs/components/split.html +4 -0
  38. package/docs/components/table.html +4 -0
  39. package/docs/components/tableControls.html +4 -0
  40. package/docs/components/tableCustomFields.html +4 -0
  41. package/docs/components/tableFetchRecords.html +4 -0
  42. package/docs/components/tableFieldSortHide.html +4 -0
  43. package/docs/components/tablePagination.html +4 -0
  44. package/docs/components/tablePlaceholder.html +4 -0
  45. package/docs/components/tableRecordEditing.html +4 -0
  46. package/docs/components/tableRecordFiltering.html +4 -0
  47. package/docs/components/tableRecordHiding.html +4 -0
  48. package/docs/components/tableRecordSearching.html +4 -0
  49. package/docs/components/tableRecordSelection.html +4 -0
  50. package/docs/components/tableRowControls.html +4 -0
  51. package/docs/components/tableServerSync.html +4 -0
  52. package/docs/components/tableSorting.html +4 -0
  53. package/docs/components/tabs.html +4 -0
  54. package/docs/components/tags.html +4 -0
  55. package/docs/components/text-to-speech.html +4 -0
  56. package/docs/components/theme-select.html +4 -0
  57. package/docs/components/theme-switcher.html +4 -0
  58. package/docs/components/time.html +4 -0
  59. package/docs/components/timestamp.html +4 -0
  60. package/docs/components/toast.html +4 -0
  61. package/docs/components/toggle.html +4 -0
  62. package/docs/components/tree.html +4 -0
  63. package/docs/components/voice-selector.html +4 -0
  64. package/docs/index.html +10 -0
  65. package/docs/src/components/Markdown.js +1 -0
  66. package/docs/src/components/Timestamp.js +1 -1
  67. package/docs/src/utils/formatTimestamp.js +1 -1
  68. package/docs/utils/context.html +4 -0
  69. package/docs/utils/cookie.html +4 -0
  70. package/docs/utils/debounce.html +4 -0
  71. package/docs/utils/drag.html +4 -0
  72. package/docs/utils/elevation.html +4 -0
  73. package/docs/utils/formatTimestamp.html +4 -0
  74. package/docs/utils/object.html +4 -0
  75. package/docs/utils/propConverters.html +4 -0
  76. package/docs/utils/sanitizeHtml.html +4 -0
  77. package/docs/utils/string.html +4 -0
  78. package/docs/utils/theme.html +4 -0
  79. package/docs/utils/toTitleCase.html +4 -0
  80. package/docs/utils/type.html +4 -0
  81. package/docs/utils/voice.html +4 -0
  82. package/docs/utils/wait.html +4 -0
  83. package/docs-src/components/markdown.page.html +161 -0
  84. package/docs-src/index.page.html +6 -0
  85. package/docs-src/nav.fragment.html +4 -0
  86. package/llms.txt +1 -0
  87. package/package.json +1 -1
  88. package/src/components/Markdown.js +125 -0
  89. package/src/components/Timestamp.js +3 -3
  90. package/src/utils/formatTimestamp.js +2 -1
  91. package/tests/components/Markdown.browser-test.js +292 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,11 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+ ## [0.4.3] - 2026-04-30
8
+ ### Added
9
+ - Initial CHANGELOG entry. All prior work is condensed into this log entry.
10
+
11
+ [0.4.3]: https://github.com/dustinpoissant/kempo-ui/releases/tag/v0.4.3
@@ -0,0 +1 @@
1
+ import{html as t,unsafeHTML as e}from"../lit-all.min.js";import s from"./LightComponent.js";import l from"../utils/renderMarkdown.js";import r,{STRIP_COMPLETELY as i}from"../utils/sanitizeHtml.js";export default class a extends s{static properties={value:{type:String},breaks:{type:Boolean,reflect:!0},allowedTags:{type:String,reflect:!0,attribute:"allowed-tags"},disallowedTags:{type:String,reflect:!0,attribute:"disallowed-tags"},scriptsEnabled:{type:Boolean,reflect:!0,attribute:"scripts-enabled"}};#t=!1;constructor(){super(),this.value="",this.breaks=!1,this.allowedTags="",this.disallowedTags="",this.scriptsEnabled=!1}connectedCallback(){if(!this.#t){this.#t=!0;const t=this.textContent||"",e=o(t);for(;this.firstChild;)this.removeChild(this.firstChild);this.hasAttribute("value")||this.value||!e||(this.value=e)}super.connectedCallback()}get renderedHtml(){const t={},e=this.#e;if(e&&(t.allowedTags=e),this.scriptsEnabled){const e=new Set(i);e.delete("SCRIPT"),t.stripCompletely=e}return r(l(this.value||"",{breaks:this.breaks}),t)}get#e(){const t=(this.allowedTags||"").trim(),e=(this.disallowedTags||"").trim();if(t&&e&&console.warn("[k-markdown] `allowed-tags` and `disallowed-tags` are mutually exclusive; using `allowed-tags`."),t)return"*"===t?{has:()=>!0}:new Set(t.split(",").map(t=>t.trim().toUpperCase()).filter(Boolean));if(e){const t=new Set(e.split(",").map(t=>t.trim().toUpperCase()).filter(Boolean));return{has:e=>!t.has(e)}}return null}renderLightDom(){return this.value?t`${e(this.renderedHtml)}`:t``}}const o=t=>{const e=t.split("\n");for(;e.length&&""===e[0].trim();)e.shift();for(;e.length&&""===e[e.length-1].trim();)e.pop();if(!e.length)return"";let s=1/0;for(const t of e){if(0===t.trim().length)continue;const e=t.match(/^(\s*)/),l=e?e[1].length:0;l<s&&(s=l)}return s===1/0&&(s=0),e.map(t=>t.slice(s)).join("\n")};customElements.define("k-markdown",a);
@@ -1 +1 @@
1
- import{html as t}from"../lit-all.min.js";import e from"./ShadowComponent.js";import s from"../utils/formatTimestamp.js";export default class m extends e{static properties={timestamp:{type:Number,reflect:!0},format:{type:String,reflect:!0},locale:{type:String,reflect:!0}};constructor(){super(),this.timestamp=0,this.format="",this.locale=""}render(){const e=this.timestamp?s(this.timestamp,this.format,this.locale||navigator.language):"";return t`<span>${e}</span>`}}window.customElements.define("k-timestamp",m);
1
+ import{html as t}from"../lit-all.min.js";import e from"./ShadowComponent.js";import s from"../utils/formatTimestamp.js";export default class i extends e{static properties={timestamp:{type:String,reflect:!0},format:{type:String,reflect:!0},locale:{type:String,reflect:!0}};constructor(){super(),this.timestamp="",this.format="",this.locale=""}render(){const e=this.timestamp?s(this.timestamp,this.format,this.locale||navigator.language):"";return t`<span>${e}</span>`}}window.customElements.define("k-timestamp",i);
@@ -1 +1 @@
1
- export default(e,i,t)=>{const s=new Date(parseInt(e));if(i){const e=(e,i)=>("000"+e).slice(-1*i),t={YYYY:s.getFullYear(),YY:String(s.getFullYear()).slice(-2),MM:e(s.getMonth()+1,2),M:s.getMonth()+1,DD:e(s.getDate(),2),D:s.getDate(),hh:e(s.getHours(),2),h:s.getHours(),mm:e(s.getMinutes(),2),m:s.getMinutes(),ss:e(s.getSeconds(),2),s:s.getSeconds(),iiii:e(s.getMilliseconds(),3),iii:e(s.getMilliseconds(),3),ii:e(s.getMilliseconds(),2),i:s.getMilliseconds()};return i.replace(/YYYY|YY|MM|M|DD|D|hh|h|mm|m|ss|s|iiii|iii|ii|i/g,e=>t[e])}return s.toLocaleString(t||Intl.DateTimeFormat().resolvedOptions().locale)};
1
+ export default(e,i,t)=>{const s=isNaN(e)?Date.parse(e):parseInt(e),l=new Date(s);if(i){const e=(e,i)=>("000"+e).slice(-1*i),t={YYYY:l.getFullYear(),YY:String(l.getFullYear()).slice(-2),MM:e(l.getMonth()+1,2),M:l.getMonth()+1,DD:e(l.getDate(),2),D:l.getDate(),hh:e(l.getHours(),2),h:l.getHours(),mm:e(l.getMinutes(),2),m:l.getMinutes(),ss:e(l.getSeconds(),2),s:l.getSeconds(),iiii:e(l.getMilliseconds(),3),iii:e(l.getMilliseconds(),3),ii:e(l.getMilliseconds(),2),i:l.getMilliseconds()};return i.replace(/YYYY|YY|MM|M|DD|D|hh|h|mm|m|ss|s|iiii|iii|ii|i/g,e=>t[e])}return l.toLocaleString(t||Intl.DateTimeFormat().resolvedOptions().locale)};
@@ -98,6 +98,9 @@
98
98
  <k-filter-item filter-keywords="html editor components"><a
99
99
  href="../components/html-editor.html">HTML
100
100
  Editor<br><small>Component</small></a></k-filter-item>
101
+ <k-filter-item filter-keywords="markdown render parser marked gfm components"><a
102
+ href="../components/markdown.html"
103
+ >Markdown<br><small>Component</small></a></k-filter-item>
101
104
  <k-filter-item filter-keywords="markdown editor markdowneditor write preview marked gfm tables components"><a
102
105
  href="../components/markdown-editor.html"
103
106
  >Markdown Editor<br><small>Component</small></a></k-filter-item>
@@ -308,6 +311,7 @@
308
311
  <a href="../components/filter-list.html">Filter List</a>
309
312
  <a href="../components/focus-capture.html">FocusCapture</a>
310
313
  <a href="../components/html-editor.html">HTML Editor</a>
314
+ <a href="../components/markdown.html">Markdown</a>
311
315
  <a href="../components/markdown-editor.html">Markdown Editor</a>
312
316
  <a href="../components/icon.html">Icon</a>
313
317
  <a href="../components/import.html">Import</a>
@@ -98,6 +98,9 @@
98
98
  <k-filter-item filter-keywords="html editor components"><a
99
99
  href="../components/html-editor.html">HTML
100
100
  Editor<br><small>Component</small></a></k-filter-item>
101
+ <k-filter-item filter-keywords="markdown render parser marked gfm components"><a
102
+ href="../components/markdown.html"
103
+ >Markdown<br><small>Component</small></a></k-filter-item>
101
104
  <k-filter-item filter-keywords="markdown editor markdowneditor write preview marked gfm tables components"><a
102
105
  href="../components/markdown-editor.html"
103
106
  >Markdown Editor<br><small>Component</small></a></k-filter-item>
@@ -308,6 +311,7 @@
308
311
  <a href="../components/filter-list.html">Filter List</a>
309
312
  <a href="../components/focus-capture.html">FocusCapture</a>
310
313
  <a href="../components/html-editor.html">HTML Editor</a>
314
+ <a href="../components/markdown.html">Markdown</a>
311
315
  <a href="../components/markdown-editor.html">Markdown Editor</a>
312
316
  <a href="../components/icon.html">Icon</a>
313
317
  <a href="../components/import.html">Import</a>
@@ -98,6 +98,9 @@
98
98
  <k-filter-item filter-keywords="html editor components"><a
99
99
  href="../components/html-editor.html">HTML
100
100
  Editor<br><small>Component</small></a></k-filter-item>
101
+ <k-filter-item filter-keywords="markdown render parser marked gfm components"><a
102
+ href="../components/markdown.html"
103
+ >Markdown<br><small>Component</small></a></k-filter-item>
101
104
  <k-filter-item filter-keywords="markdown editor markdowneditor write preview marked gfm tables components"><a
102
105
  href="../components/markdown-editor.html"
103
106
  >Markdown Editor<br><small>Component</small></a></k-filter-item>
@@ -308,6 +311,7 @@
308
311
  <a href="../components/filter-list.html">Filter List</a>
309
312
  <a href="../components/focus-capture.html">FocusCapture</a>
310
313
  <a href="../components/html-editor.html">HTML Editor</a>
314
+ <a href="../components/markdown.html">Markdown</a>
311
315
  <a href="../components/markdown-editor.html">Markdown Editor</a>
312
316
  <a href="../components/icon.html">Icon</a>
313
317
  <a href="../components/import.html">Import</a>
@@ -98,6 +98,9 @@
98
98
  <k-filter-item filter-keywords="html editor components"><a
99
99
  href="../components/html-editor.html">HTML
100
100
  Editor<br><small>Component</small></a></k-filter-item>
101
+ <k-filter-item filter-keywords="markdown render parser marked gfm components"><a
102
+ href="../components/markdown.html"
103
+ >Markdown<br><small>Component</small></a></k-filter-item>
101
104
  <k-filter-item filter-keywords="markdown editor markdowneditor write preview marked gfm tables components"><a
102
105
  href="../components/markdown-editor.html"
103
106
  >Markdown Editor<br><small>Component</small></a></k-filter-item>
@@ -308,6 +311,7 @@
308
311
  <a href="../components/filter-list.html">Filter List</a>
309
312
  <a href="../components/focus-capture.html">FocusCapture</a>
310
313
  <a href="../components/html-editor.html">HTML Editor</a>
314
+ <a href="../components/markdown.html">Markdown</a>
311
315
  <a href="../components/markdown-editor.html">Markdown Editor</a>
312
316
  <a href="../components/icon.html">Icon</a>
313
317
  <a href="../components/import.html">Import</a>
@@ -98,6 +98,9 @@
98
98
  <k-filter-item filter-keywords="html editor components"><a
99
99
  href="../components/html-editor.html">HTML
100
100
  Editor<br><small>Component</small></a></k-filter-item>
101
+ <k-filter-item filter-keywords="markdown render parser marked gfm components"><a
102
+ href="../components/markdown.html"
103
+ >Markdown<br><small>Component</small></a></k-filter-item>
101
104
  <k-filter-item filter-keywords="markdown editor markdowneditor write preview marked gfm tables components"><a
102
105
  href="../components/markdown-editor.html"
103
106
  >Markdown Editor<br><small>Component</small></a></k-filter-item>
@@ -308,6 +311,7 @@
308
311
  <a href="../components/filter-list.html">Filter List</a>
309
312
  <a href="../components/focus-capture.html">FocusCapture</a>
310
313
  <a href="../components/html-editor.html">HTML Editor</a>
314
+ <a href="../components/markdown.html">Markdown</a>
311
315
  <a href="../components/markdown-editor.html">Markdown Editor</a>
312
316
  <a href="../components/icon.html">Icon</a>
313
317
  <a href="../components/import.html">Import</a>
@@ -98,6 +98,9 @@
98
98
  <k-filter-item filter-keywords="html editor components"><a
99
99
  href="../components/html-editor.html">HTML
100
100
  Editor<br><small>Component</small></a></k-filter-item>
101
+ <k-filter-item filter-keywords="markdown render parser marked gfm components"><a
102
+ href="../components/markdown.html"
103
+ >Markdown<br><small>Component</small></a></k-filter-item>
101
104
  <k-filter-item filter-keywords="markdown editor markdowneditor write preview marked gfm tables components"><a
102
105
  href="../components/markdown-editor.html"
103
106
  >Markdown Editor<br><small>Component</small></a></k-filter-item>
@@ -308,6 +311,7 @@
308
311
  <a href="../components/filter-list.html">Filter List</a>
309
312
  <a href="../components/focus-capture.html">FocusCapture</a>
310
313
  <a href="../components/html-editor.html">HTML Editor</a>
314
+ <a href="../components/markdown.html">Markdown</a>
311
315
  <a href="../components/markdown-editor.html">Markdown Editor</a>
312
316
  <a href="../components/icon.html">Icon</a>
313
317
  <a href="../components/import.html">Import</a>
@@ -98,6 +98,9 @@
98
98
  <k-filter-item filter-keywords="html editor components"><a
99
99
  href="../components/html-editor.html">HTML
100
100
  Editor<br><small>Component</small></a></k-filter-item>
101
+ <k-filter-item filter-keywords="markdown render parser marked gfm components"><a
102
+ href="../components/markdown.html"
103
+ >Markdown<br><small>Component</small></a></k-filter-item>
101
104
  <k-filter-item filter-keywords="markdown editor markdowneditor write preview marked gfm tables components"><a
102
105
  href="../components/markdown-editor.html"
103
106
  >Markdown Editor<br><small>Component</small></a></k-filter-item>
@@ -308,6 +311,7 @@
308
311
  <a href="../components/filter-list.html">Filter List</a>
309
312
  <a href="../components/focus-capture.html">FocusCapture</a>
310
313
  <a href="../components/html-editor.html">HTML Editor</a>
314
+ <a href="../components/markdown.html">Markdown</a>
311
315
  <a href="../components/markdown-editor.html">Markdown Editor</a>
312
316
  <a href="../components/icon.html">Icon</a>
313
317
  <a href="../components/import.html">Import</a>
@@ -98,6 +98,9 @@
98
98
  <k-filter-item filter-keywords="html editor components"><a
99
99
  href="../components/html-editor.html">HTML
100
100
  Editor<br><small>Component</small></a></k-filter-item>
101
+ <k-filter-item filter-keywords="markdown render parser marked gfm components"><a
102
+ href="../components/markdown.html"
103
+ >Markdown<br><small>Component</small></a></k-filter-item>
101
104
  <k-filter-item filter-keywords="markdown editor markdowneditor write preview marked gfm tables components"><a
102
105
  href="../components/markdown-editor.html"
103
106
  >Markdown Editor<br><small>Component</small></a></k-filter-item>
@@ -308,6 +311,7 @@
308
311
  <a href="../components/filter-list.html">Filter List</a>
309
312
  <a href="../components/focus-capture.html">FocusCapture</a>
310
313
  <a href="../components/html-editor.html">HTML Editor</a>
314
+ <a href="../components/markdown.html">Markdown</a>
311
315
  <a href="../components/markdown-editor.html">Markdown Editor</a>
312
316
  <a href="../components/icon.html">Icon</a>
313
317
  <a href="../components/import.html">Import</a>
@@ -98,6 +98,9 @@
98
98
  <k-filter-item filter-keywords="html editor components"><a
99
99
  href="../components/html-editor.html">HTML
100
100
  Editor<br><small>Component</small></a></k-filter-item>
101
+ <k-filter-item filter-keywords="markdown render parser marked gfm components"><a
102
+ href="../components/markdown.html"
103
+ >Markdown<br><small>Component</small></a></k-filter-item>
101
104
  <k-filter-item filter-keywords="markdown editor markdowneditor write preview marked gfm tables components"><a
102
105
  href="../components/markdown-editor.html"
103
106
  >Markdown Editor<br><small>Component</small></a></k-filter-item>
@@ -308,6 +311,7 @@
308
311
  <a href="../components/filter-list.html">Filter List</a>
309
312
  <a href="../components/focus-capture.html">FocusCapture</a>
310
313
  <a href="../components/html-editor.html">HTML Editor</a>
314
+ <a href="../components/markdown.html">Markdown</a>
311
315
  <a href="../components/markdown-editor.html">Markdown Editor</a>
312
316
  <a href="../components/icon.html">Icon</a>
313
317
  <a href="../components/import.html">Import</a>
@@ -98,6 +98,9 @@
98
98
  <k-filter-item filter-keywords="html editor components"><a
99
99
  href="../components/html-editor.html">HTML
100
100
  Editor<br><small>Component</small></a></k-filter-item>
101
+ <k-filter-item filter-keywords="markdown render parser marked gfm components"><a
102
+ href="../components/markdown.html"
103
+ >Markdown<br><small>Component</small></a></k-filter-item>
101
104
  <k-filter-item filter-keywords="markdown editor markdowneditor write preview marked gfm tables components"><a
102
105
  href="../components/markdown-editor.html"
103
106
  >Markdown Editor<br><small>Component</small></a></k-filter-item>
@@ -308,6 +311,7 @@
308
311
  <a href="../components/filter-list.html">Filter List</a>
309
312
  <a href="../components/focus-capture.html">FocusCapture</a>
310
313
  <a href="../components/html-editor.html">HTML Editor</a>
314
+ <a href="../components/markdown.html">Markdown</a>
311
315
  <a href="../components/markdown-editor.html">Markdown Editor</a>
312
316
  <a href="../components/icon.html">Icon</a>
313
317
  <a href="../components/import.html">Import</a>
@@ -98,6 +98,9 @@
98
98
  <k-filter-item filter-keywords="html editor components"><a
99
99
  href="../components/html-editor.html">HTML
100
100
  Editor<br><small>Component</small></a></k-filter-item>
101
+ <k-filter-item filter-keywords="markdown render parser marked gfm components"><a
102
+ href="../components/markdown.html"
103
+ >Markdown<br><small>Component</small></a></k-filter-item>
101
104
  <k-filter-item filter-keywords="markdown editor markdowneditor write preview marked gfm tables components"><a
102
105
  href="../components/markdown-editor.html"
103
106
  >Markdown Editor<br><small>Component</small></a></k-filter-item>
@@ -308,6 +311,7 @@
308
311
  <a href="../components/filter-list.html">Filter List</a>
309
312
  <a href="../components/focus-capture.html">FocusCapture</a>
310
313
  <a href="../components/html-editor.html">HTML Editor</a>
314
+ <a href="../components/markdown.html">Markdown</a>
311
315
  <a href="../components/markdown-editor.html">Markdown Editor</a>
312
316
  <a href="../components/icon.html">Icon</a>
313
317
  <a href="../components/import.html">Import</a>
@@ -98,6 +98,9 @@
98
98
  <k-filter-item filter-keywords="html editor components"><a
99
99
  href="../components/html-editor.html">HTML
100
100
  Editor<br><small>Component</small></a></k-filter-item>
101
+ <k-filter-item filter-keywords="markdown render parser marked gfm components"><a
102
+ href="../components/markdown.html"
103
+ >Markdown<br><small>Component</small></a></k-filter-item>
101
104
  <k-filter-item filter-keywords="markdown editor markdowneditor write preview marked gfm tables components"><a
102
105
  href="../components/markdown-editor.html"
103
106
  >Markdown Editor<br><small>Component</small></a></k-filter-item>
@@ -308,6 +311,7 @@
308
311
  <a href="../components/filter-list.html">Filter List</a>
309
312
  <a href="../components/focus-capture.html">FocusCapture</a>
310
313
  <a href="../components/html-editor.html">HTML Editor</a>
314
+ <a href="../components/markdown.html">Markdown</a>
311
315
  <a href="../components/markdown-editor.html">Markdown Editor</a>
312
316
  <a href="../components/icon.html">Icon</a>
313
317
  <a href="../components/import.html">Import</a>
@@ -98,6 +98,9 @@
98
98
  <k-filter-item filter-keywords="html editor components"><a
99
99
  href="../components/html-editor.html">HTML
100
100
  Editor<br><small>Component</small></a></k-filter-item>
101
+ <k-filter-item filter-keywords="markdown render parser marked gfm components"><a
102
+ href="../components/markdown.html"
103
+ >Markdown<br><small>Component</small></a></k-filter-item>
101
104
  <k-filter-item filter-keywords="markdown editor markdowneditor write preview marked gfm tables components"><a
102
105
  href="../components/markdown-editor.html"
103
106
  >Markdown Editor<br><small>Component</small></a></k-filter-item>
@@ -308,6 +311,7 @@
308
311
  <a href="../components/filter-list.html">Filter List</a>
309
312
  <a href="../components/focus-capture.html">FocusCapture</a>
310
313
  <a href="../components/html-editor.html">HTML Editor</a>
314
+ <a href="../components/markdown.html">Markdown</a>
311
315
  <a href="../components/markdown-editor.html">Markdown Editor</a>
312
316
  <a href="../components/icon.html">Icon</a>
313
317
  <a href="../components/import.html">Import</a>
@@ -98,6 +98,9 @@
98
98
  <k-filter-item filter-keywords="html editor components"><a
99
99
  href="../components/html-editor.html">HTML
100
100
  Editor<br><small>Component</small></a></k-filter-item>
101
+ <k-filter-item filter-keywords="markdown render parser marked gfm components"><a
102
+ href="../components/markdown.html"
103
+ >Markdown<br><small>Component</small></a></k-filter-item>
101
104
  <k-filter-item filter-keywords="markdown editor markdowneditor write preview marked gfm tables components"><a
102
105
  href="../components/markdown-editor.html"
103
106
  >Markdown Editor<br><small>Component</small></a></k-filter-item>
@@ -308,6 +311,7 @@
308
311
  <a href="../components/filter-list.html">Filter List</a>
309
312
  <a href="../components/focus-capture.html">FocusCapture</a>
310
313
  <a href="../components/html-editor.html">HTML Editor</a>
314
+ <a href="../components/markdown.html">Markdown</a>
311
315
  <a href="../components/markdown-editor.html">Markdown Editor</a>
312
316
  <a href="../components/icon.html">Icon</a>
313
317
  <a href="../components/import.html">Import</a>
@@ -98,6 +98,9 @@
98
98
  <k-filter-item filter-keywords="html editor components"><a
99
99
  href="../components/html-editor.html">HTML
100
100
  Editor<br><small>Component</small></a></k-filter-item>
101
+ <k-filter-item filter-keywords="markdown render parser marked gfm components"><a
102
+ href="../components/markdown.html"
103
+ >Markdown<br><small>Component</small></a></k-filter-item>
101
104
  <k-filter-item filter-keywords="markdown editor markdowneditor write preview marked gfm tables components"><a
102
105
  href="../components/markdown-editor.html"
103
106
  >Markdown Editor<br><small>Component</small></a></k-filter-item>
@@ -308,6 +311,7 @@
308
311
  <a href="../components/filter-list.html">Filter List</a>
309
312
  <a href="../components/focus-capture.html">FocusCapture</a>
310
313
  <a href="../components/html-editor.html">HTML Editor</a>
314
+ <a href="../components/markdown.html">Markdown</a>
311
315
  <a href="../components/markdown-editor.html">Markdown Editor</a>
312
316
  <a href="../components/icon.html">Icon</a>
313
317
  <a href="../components/import.html">Import</a>
@@ -98,6 +98,9 @@
98
98
  <k-filter-item filter-keywords="html editor components"><a
99
99
  href="../components/html-editor.html">HTML
100
100
  Editor<br><small>Component</small></a></k-filter-item>
101
+ <k-filter-item filter-keywords="markdown render parser marked gfm components"><a
102
+ href="../components/markdown.html"
103
+ >Markdown<br><small>Component</small></a></k-filter-item>
101
104
  <k-filter-item filter-keywords="markdown editor markdowneditor write preview marked gfm tables components"><a
102
105
  href="../components/markdown-editor.html"
103
106
  >Markdown Editor<br><small>Component</small></a></k-filter-item>
@@ -308,6 +311,7 @@
308
311
  <a href="../components/filter-list.html">Filter List</a>
309
312
  <a href="../components/focus-capture.html">FocusCapture</a>
310
313
  <a href="../components/html-editor.html">HTML Editor</a>
314
+ <a href="../components/markdown.html">Markdown</a>
311
315
  <a href="../components/markdown-editor.html">Markdown Editor</a>
312
316
  <a href="../components/icon.html">Icon</a>
313
317
  <a href="../components/import.html">Import</a>
@@ -98,6 +98,9 @@
98
98
  <k-filter-item filter-keywords="html editor components"><a
99
99
  href="../components/html-editor.html">HTML
100
100
  Editor<br><small>Component</small></a></k-filter-item>
101
+ <k-filter-item filter-keywords="markdown render parser marked gfm components"><a
102
+ href="../components/markdown.html"
103
+ >Markdown<br><small>Component</small></a></k-filter-item>
101
104
  <k-filter-item filter-keywords="markdown editor markdowneditor write preview marked gfm tables components"><a
102
105
  href="../components/markdown-editor.html"
103
106
  >Markdown Editor<br><small>Component</small></a></k-filter-item>
@@ -308,6 +311,7 @@
308
311
  <a href="../components/filter-list.html">Filter List</a>
309
312
  <a href="../components/focus-capture.html">FocusCapture</a>
310
313
  <a href="../components/html-editor.html">HTML Editor</a>
314
+ <a href="../components/markdown.html">Markdown</a>
311
315
  <a href="../components/markdown-editor.html">Markdown Editor</a>
312
316
  <a href="../components/icon.html">Icon</a>
313
317
  <a href="../components/import.html">Import</a>
@@ -98,6 +98,9 @@
98
98
  <k-filter-item filter-keywords="html editor components"><a
99
99
  href="../components/html-editor.html">HTML
100
100
  Editor<br><small>Component</small></a></k-filter-item>
101
+ <k-filter-item filter-keywords="markdown render parser marked gfm components"><a
102
+ href="../components/markdown.html"
103
+ >Markdown<br><small>Component</small></a></k-filter-item>
101
104
  <k-filter-item filter-keywords="markdown editor markdowneditor write preview marked gfm tables components"><a
102
105
  href="../components/markdown-editor.html"
103
106
  >Markdown Editor<br><small>Component</small></a></k-filter-item>
@@ -308,6 +311,7 @@
308
311
  <a href="../components/filter-list.html">Filter List</a>
309
312
  <a href="../components/focus-capture.html">FocusCapture</a>
310
313
  <a href="../components/html-editor.html">HTML Editor</a>
314
+ <a href="../components/markdown.html">Markdown</a>
311
315
  <a href="../components/markdown-editor.html">Markdown Editor</a>
312
316
  <a href="../components/icon.html">Icon</a>
313
317
  <a href="../components/import.html">Import</a>
@@ -98,6 +98,9 @@
98
98
  <k-filter-item filter-keywords="html editor components"><a
99
99
  href="../components/html-editor.html">HTML
100
100
  Editor<br><small>Component</small></a></k-filter-item>
101
+ <k-filter-item filter-keywords="markdown render parser marked gfm components"><a
102
+ href="../components/markdown.html"
103
+ >Markdown<br><small>Component</small></a></k-filter-item>
101
104
  <k-filter-item filter-keywords="markdown editor markdowneditor write preview marked gfm tables components"><a
102
105
  href="../components/markdown-editor.html"
103
106
  >Markdown Editor<br><small>Component</small></a></k-filter-item>
@@ -308,6 +311,7 @@
308
311
  <a href="../components/filter-list.html">Filter List</a>
309
312
  <a href="../components/focus-capture.html">FocusCapture</a>
310
313
  <a href="../components/html-editor.html">HTML Editor</a>
314
+ <a href="../components/markdown.html">Markdown</a>
311
315
  <a href="../components/markdown-editor.html">Markdown Editor</a>
312
316
  <a href="../components/icon.html">Icon</a>
313
317
  <a href="../components/import.html">Import</a>
@@ -98,6 +98,9 @@
98
98
  <k-filter-item filter-keywords="html editor components"><a
99
99
  href="../components/html-editor.html">HTML
100
100
  Editor<br><small>Component</small></a></k-filter-item>
101
+ <k-filter-item filter-keywords="markdown render parser marked gfm components"><a
102
+ href="../components/markdown.html"
103
+ >Markdown<br><small>Component</small></a></k-filter-item>
101
104
  <k-filter-item filter-keywords="markdown editor markdowneditor write preview marked gfm tables components"><a
102
105
  href="../components/markdown-editor.html"
103
106
  >Markdown Editor<br><small>Component</small></a></k-filter-item>
@@ -308,6 +311,7 @@
308
311
  <a href="../components/filter-list.html">Filter List</a>
309
312
  <a href="../components/focus-capture.html">FocusCapture</a>
310
313
  <a href="../components/html-editor.html">HTML Editor</a>
314
+ <a href="../components/markdown.html">Markdown</a>
311
315
  <a href="../components/markdown-editor.html">Markdown Editor</a>
312
316
  <a href="../components/icon.html">Icon</a>
313
317
  <a href="../components/import.html">Import</a>