New Angular library ngx-remark #1189
ericleib
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I made this library that integrates Remark in Angular:
https://github.com/ericleib/ngx-remark
The nice thing is that you can easily customize the rendering of any node within the AST tree. This lets you use a custom code editor in place of the default
<code>
tags for example.More generally you could use custom markdown to mix standard elements and custom Angular components and directives. In other words, you could create applications out of markdown syntax.
Beta Was this translation helpful? Give feedback.
All reactions