shortcode-parser
shortcode-parser copied to clipboard
Shortcode parser written in JavaScript
I am seeing an issue in a repository due to the node version that is being set in the package.json. In package.json: ``` { "engines": { "node": "0.10.x" }, ```...
The `fs` module isn't even used anyway and is throwing errors when loaded on the client
One thing I ran into was the limitation of the shortcode functions being attached to a singleton -- it means if you want to attach different functions to the same...
Adds the ability to configure the open and close tags values from [[ and ]] to something like {{ and }}
I realised that simple nesting of shortcodes doesn't work ``` var str = "This is [bold upper=true]Bold [bar]Text[/bar][/bold]!!!"; ``` Is this implementation in your release map? :)
Hi, thanks for your library. I made use of it in [metalsmith-shortcodes](https://github.com/ericgj/metalsmith-shortcodes). I've added this simple `has()` method to hide the _shortcodes private variable.