0.14.0
Minor improvements:
- Package version is now available as a global property
window.codapi.version
. - Better handling of syntax-highlighted
pre
andcode
elements. - The widget correctly attaches to the preceding code block even if it is rendered inside the
p
element (due to Markdown processing rules). Previously, it threw an exception in this case (see #13 (comment)).
- The global
window.Codapi
object is renamed towindow.codapi
. - The global
window.CodapiSnippet
object is removed.