randerizando markdowns

This commit is contained in:
Tatiana Villa Ema 2026-03-23 19:20:49 +01:00
parent ea921d8f1f
commit febad8e6ef
1 changed files with 19 additions and 0 deletions

View File

@ -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>