2025-12-22 16:31:30
'pandoc' is a document conversion CLI program that can read and write loads of different document formats; mostly for text, but with formulas and references and things; so any type of markdown practically to any other, or to and from html, or ebooks, or wikis or man pages, or...
https://pandoc.org/










![Screenshot of code, continuation of the same class, starting with the end of the html() method from the previous screenshot and going till the end of the class (the table[inert] style and the onToggle() method are highlighted:
<style>
table[inert] {
opacity: 0.9;
filter: grayscale(100%);
}
</style>
</table>
</section>
`
}
onToggle () {
this.editable = !this.editable
console.log(this.editable)…](https://s3-eu-central-1.amazonaws.com/mastodon-aral/media_attachments/files/115/701/475/591/066/309/small/0dd9da4ffbc5e31c.png)



