el2markdown icon indicating copy to clipboard operation
el2markdown copied to clipboard

Convert Emacs Lisp comments to MarkDown

Results 5 el2markdown issues
Sort by recently updated
recently updated
newest added

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.