You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
466 B
14 lines
466 B
<!-- <zero-md src="https://example.com/markdown.md"> --> |
|
<zero-md src="main.md"> |
|
<!-- By default, this style template gets loaded --> |
|
<template> |
|
<link |
|
rel="stylesheet" |
|
href="https://cdn.jsdelivr.net/gh/sindresorhus/github-markdown-css@4/github-markdown.min.css" |
|
/> |
|
<link |
|
rel="stylesheet" |
|
href="https://cdn.jsdelivr.net/gh/PrismJS/prism@1/themes/prism.min.css" |
|
/> |
|
</template> |
|
</zero-md> |