djm / remark-shortcodes

A custom Markdown syntax parser for remark that adds support for shortcodes.
MIT License
45 stars 7 forks source link

Compile shortcodes #2

Closed ChristianMurphy closed 6 years ago

ChristianMurphy commented 6 years ago

Adds ability to compile/transform shortcodes.

codecov-io commented 6 years ago

Codecov Report

Merging #2 into master will increase coverage by 0.68%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #2      +/-   ##
==========================================
+ Coverage   95.23%   95.91%   +0.68%     
==========================================
  Files           1        1              
  Lines          42       49       +7     
==========================================
+ Hits           40       47       +7     
  Misses          2        2
Impacted Files Coverage Δ
index.js 95.91% <100%> (+0.68%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 795e4e2...905943d. Read the comment docs.

gitsome commented 6 years ago

This would complete the plugin... we are modifying the AST that is using this plugin and need to be able to write the changes to other nodes to disk.