RobinThrift / metalsmith-flexible-shortcodes

MIT License
6 stars 6 forks source link

Custom open / close tags #8

Open stephencoe opened 7 years ago

stephencoe commented 7 years ago

Adding options which will pass custom open and close tags through to meta-shortcodes.

The reason for requesting this is the behaviour around markdown link syntax [link](url) and meta-shortcodes seems to behave in an unexpected way.

Doing this allows overriding the tags to something that will not clash

Also fixed the failing tests which was raised in https://github.com/RobinThrift/metalsmith-flexible-shortcodes/issues/7