- Added a shim for a reduced version of
String.endsWith
- Replaced regular expression used for HTML comment front matter (i.e.
<!--- ... --->
) - Added image redirection for content
- When
index.html
is present in the URL, remove it - Flushed out the documentation a little bit better (not great yet)
- Made the
article
selector fully customizable via theblender.selector
parameter
- Changed way to create events so that is compatible with IE9+ (via
createEvent
) - The regular expression
/^<?[-!]--([^]+?)--[->]$/
does not work in IE (specifically changed[^]
for[\s\S]
) - Removed use of
endsWith
because IE does not support it - Added small TOC plugin example via
toc.html
in thedemo
directory
- Defined configuration variables
- Make
index
variable optional
- Initial release