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 support for commonmark extensions #4

Open
4 tasks
ollieread opened this issue Jun 16, 2021 · 4 comments
Open
4 tasks

Add support for commonmark extensions #4

ollieread opened this issue Jun 16, 2021 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@ollieread
Copy link
Member

Add supports for the default commonmark extensions.

  • Autolink
  • Github Flavoured Markdown
  • Footnote
  • Table of Contents
@ollieread ollieread self-assigned this Jun 16, 2021
@ollieread ollieread added the enhancement New feature or request label Jun 16, 2021
@ollieread
Copy link
Member Author

ollieread commented Jun 17, 2021

The Autolink extension can be added easily because it requires no new renders, just a test to make sure it's working.

Subtask: #5

@ollieread
Copy link
Member Author

ollieread commented Jun 17, 2021

The Github Flavoured Markdown extension requires a custom inline renderer.

Subtask: #6

@ollieread
Copy link
Member Author

ollieread commented Jun 17, 2021

The Footnote extension requires 4 custom renderers, 2 block and 2 inline.

Subtask: #7

@ollieread
Copy link
Member Author

The Table of Contents extension will require some custom work to use blade files to generate the TOC markup. Sadly the whole extension is marked as final.

  • Create custom table of contents extension that uses blade files
  • Add unit tests

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