el2markdown
el2markdown copied to clipboard
Use fenced code blocks with language identifier
Sometimes the automatic syntax highlighting doesn't identify the language correctly.¹ It would be great if el2markdown would emit code blocks like this:
```emacs-lisp
(require 'my-package)
```
¹ Gitea misidentified a snippet containing use-package
-code as SQL, for example.