scrybe-render 0.2.0

Scrybe render — Markdown-to-HTML pipeline, syntect, KaTeX/Mermaid
Documentation
1
2
3
4
5
6
7
/* Scrybe default theme */
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; color: #1a1a1a; }
h1, h2, h3 { font-weight: 600; }
code { background: #f4f4f4; padding: 0.15em 0.3em; border-radius: 3px; font-size: 0.9em; }
pre code { background: none; padding: 0; }
pre { background: #f4f4f4; padding: 1rem; border-radius: 6px; overflow-x: auto; }
blockquote { border-left: 4px solid #d0d7de; margin: 0; padding-left: 1rem; color: #57606a; }