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

custom renderer #41

Closed
24 tasks done
moki opened this issue Mar 28, 2023 · 0 comments · Fixed by #40
Closed
24 tasks done

custom renderer #41

moki opened this issue Mar 28, 2023 · 0 comments · Fixed by #40
Assignees

Comments

@moki
Copy link
Owner

moki commented Mar 28, 2023

custom renderer implementation:

  • handlers injection
  • state injection
  • terminating rendering rules

refactoring

markdown renderer:

  • decouple rules state
    • block
      • heading
      • code
      • fence
      • blockquote
      • hr
      • html
      • list
      • paragraph
    • inline
      • code
      • emphasis
      • hardbreak
      • image
      • link
      • softbreak
      • text
  • containers
    • factor out container renderers
    • container renderer injection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant