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

Plan for improving MINI #15

Closed
3 tasks done
mqnguyen5 opened this issue Oct 28, 2021 · 2 comments
Closed
3 tasks done

Plan for improving MINI #15

mqnguyen5 opened this issue Oct 28, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@mqnguyen5
Copy link
Owner

mqnguyen5 commented Oct 28, 2021

Features to be added:

  • Added full markdown support
  • Added static assets
  • Included documentation for newly added features
@mqnguyen5 mqnguyen5 self-assigned this Oct 28, 2021
@mqnguyen5 mqnguyen5 added the enhancement New feature or request label Oct 28, 2021
@mqnguyen5
Copy link
Owner Author

For markdown support, suggest using markdown.it

@mqnguyen5
Copy link
Owner Author

mqnguyen5 commented Oct 29, 2021

For static assets, possible solution is to disable link and image support in markdown.it and use regex

Examples:

// Links
/(?<!!)\[(.*?)\]\((.*?)\)/gim

// Images
/!\[(.*?)\]\((.*?)\)/gim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant