randerizando markdowns
This commit is contained in:
parent
ea921d8f1f
commit
febad8e6ef
|
|
@ -0,0 +1,19 @@
|
||||||
|
<!<DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<script type="module" src="https://cdn.jsdelivr.net/npm/zero-md@3"></script>
|
||||||
|
</head>
|
||||||
|
<body style="background: #0d1117;"> <zero-md src="temario.md">
|
||||||
|
<template>
|
||||||
|
<style>
|
||||||
|
.markdown-body {
|
||||||
|
background: #0d1117;
|
||||||
|
color: #c9d1d9;
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</template>
|
||||||
|
</zero-md>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Reference in New Issue