You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.