added --- rendering to markdown

This commit is contained in:
2026-01-16 23:27:18 -05:00
parent ad05b63285
commit 2e6dc5c028
3 changed files with 15 additions and 1 deletions

View File

@@ -263,6 +263,12 @@ button:active {
color: var(--muted);
}
.output-body hr {
border: none;
border-top: 1px solid var(--border);
margin: 8px 0;
}
.output-body pre {
margin: 0 0 10px;
padding: 8px;