Skip to content

Releases: cutting-room-floor/documentation-theme-default

Fixes example indentation of nested sections

08 Dec 14:42
Compare
Choose a tag to compare

We have to be very careful to never indent preformatted text in the DOM because the text itself will acquire that indent. There was a bug prior to this version where static & instance members of namespaces would be indented - this fixes that bug.

Updates for theme system 2.0.0

07 Dec 21:58
Compare
Choose a tag to compare

With the new theme system, themes aren't just folders of Handlebars templates - they're node modules with much more power. This updates the default theme to the new system.