fastrepl / canary

🐤 Canary provides UI primitives for building modern search-bar for docs with self-hostable infrastructure.
https://getcanary.dev
MIT License
43 stars 3 forks source link

Add language when converting html to markdown #10

Closed yujonglee closed 3 months ago

yujonglee commented 3 months ago

Structure is same for both prismjs and highlightjs.

<pre><code class="language-html">...</code></pre>

https://github.com/fastrepl/canary/blob/62346f2a89b915f4e62c1b8decfcee2e51c7e5d7/core/native/canary_native/src/html.rs#L3-L10

yujonglee commented 3 months ago

https://github.com/letmutex/htmd/issues/14

yujonglee commented 3 months ago

de9b799773b9c4fc4b98296c64cb146bac5915b2