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

Editor can author a document using HTML and CSS #6

Closed
amoshydra opened this issue Jan 26, 2017 · 3 comments
Closed

Editor can author a document using HTML and CSS #6

amoshydra opened this issue Jan 26, 2017 · 3 comments

Comments

@amoshydra
Copy link
Contributor

No description provided.

@amoshydra amoshydra added this to the V0.1.0 milestone Jan 26, 2017
@amoshydra amoshydra changed the title Editor document using HTML and CSS Editor can create document using HTML and CSS Jan 26, 2017
@chuajiaxuan
Copy link
Contributor

  • [] Editor can style document elements using CSS

@amoshydra amoshydra changed the title Editor can create document using HTML and CSS Editor can author a document using HTML and CSS Feb 4, 2017
@amoshydra
Copy link
Contributor Author

This can be done by editing the markdown-it options inside with Processor components.

@amoshydra
Copy link
Contributor Author

This is done by configuring the markdown-it with:

// Import Markdown-It module for markdown processing
const md = require('markdown-it')({
  html: true,
  ...

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

3 participants