Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add markup support #1

Open
bryanjhv opened this issue Oct 1, 2017 · 0 comments
Open

Add markup support #1

bryanjhv opened this issue Oct 1, 2017 · 0 comments

Comments

@bryanjhv
Copy link
Owner

bryanjhv commented Oct 1, 2017

Currently only Markdown, Textile and AsciiDoc are supported as formats. But GitHub has support for many others, which I'd like to see implemented here, in order to have this project complete.

Steps:

  1. Choose a markup to implement. (only one)
  2. Find a NPM package for X to HTML conversion.
  3. Add that package as dependency on package.json.
  4. Edit lib/convert.js and call register for your solution.
  5. Submit a PR telling which markup format have you added.

Requirements:

  • That package should not call external commands.
  • Preference is given for markups supported in given link.
  • Try to conform code style of entire project (spaces, others).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant