campoy / embedmd

embedmd: embed code into markdown and keep everything in sync
Apache License 2.0
767 stars 62 forks source link

Allow sections tagged with comments #60

Open rakyll opened 6 years ago

rakyll commented 6 years ago

I forked the tool over the weekend to modify the behavior to embed tagged sections from files.

// START tag
... code snippet here
// END tag

can then embedded by the markdown files. An example of this behavior is at https://github.com/rakyll/embedmd/tree/master/sample. If embedmd can support this use case, it would enable the cases where regex is not enough to target.

rakyll commented 6 years ago

/cc @campoy