UNPKG

oda-framework

Version:

It's an ES Progressive Framework based on the technology of Web Components and designed especially for creating custom UI/UX of any complexity for web and cross-platform PWA mobile applications.

14 lines (12 loc) 431 B
<!DOCTYPE html> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- <oda-tester> --> <oda-markdown-viewer id="marked"></oda-markdown-viewer> <!-- </oda-tester> --> <script type="module"> import "../../../../oda.js" import './markdown-viewer.js'; // marked.value '# Marked in the browser\n\nRendered by **marked**.'; marked.url = './test.md'; </script>