scrybe-render 0.2.0

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