el2markdown
el2markdown copied to clipboard
Convert Emacs Lisp comments to MarkDown
Sometimes the automatic syntax highlighting doesn't identify the language correctly.¹ It would be great if el2markdown would emit [code blocks](https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks#syntax-highlighting) like this: ```emacs-lisp (require 'my-package) ``` ¹ Gitea misidentified a...
I'd be nice to see this in MELPA stable, but there needs to be a git tag for it to get picked up. Would you be interesting in tagging a...
For example: ``` ;;; awesome-package.el --- this package is so awesome! w00t! ``` Currently becomes # awesome-package - this package is so awesome! w00t! ...rest of readme I suggest it...
When grabbing the package title / description. Avoid getting the emacs magic comment (ie. lexical binding etc.) if it's in the top row.