el2markdown icon indicating copy to clipboard operation
el2markdown copied to clipboard

Use fenced code blocks with language identifier

Open tastytea opened this issue 4 years ago • 0 comments

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.

screenshot_of_elisp_code_highlighted_as_sql

tastytea avatar Feb 28 '20 04:02 tastytea