h1, h2, h3 { font-size: 1em; font-weight: bold; } h1::before { content: '# '; } h2::before { content: '## '; } h3::before { content: '### '; }