Skip to content

Having troubles creating a plugin to manipulate a markdown syntax tree #162

Answered by ChristianMurphy
kvietcong asked this question in Q&A
Discussion options

You must be logged in to vote

@kvietcong sorry you ran into a spot of trouble.
Some context on the different ways to call unified:

| ........................ process ........................... |
| .......... parse ... | ... run ... | ... stringify ..........|

          +--------+                     +----------+
Input ->- | Parser | ->- Syntax Tree ->- | Compiler | ->- Output
          +--------+          |          +----------+
                              X
                              |
                       +--------------+
                       | Transformers |
                       +--------------+

source: https://github.com/unifiedjs/unified#description

unified.parse will generate a syntax tree, but do…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@kvietcong
Comment options

@ChristianMurphy
Comment options

@kvietcong
Comment options

Answer selected by kvietcong
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
🗄 area/interface This affects the public interface
2 participants