Releases: podlite/podlite-web
v0.2.1
- move to plugins architecture
- add support template file for each page
- add index of terms React component
=useReact {IndexTerms} from '@Components/indexTerms'
=for React :component<IndexTerms> :id<index>
- highlight code modules
=begin code :lang< javascript >
print(JSON.stringify([1,2]]));
=end code
introduce a new project that showcases all the above-mentioned Podlite-web features in action -
thank you
Full Changelog: v0.1.25...v0.2.1
v0.1.25
-
API for plugins
-
react plugin (
=useReact
,=React
) -
pubdate plugin ( publish document based on
:pubdate
attribute) -
image plugin, links plugin
-
state-version plugin ( get a version for a set of documents )
-
plugin for preparing data for publication
-
add support
doc:
scheme forL<>
-
new cli tool based on plugins
v0.1.24
-
add support for formulas
-
add support for HTML entities in
E<>
code -
improve support for
:nested
-
adjust
:caption
for=toc
Full Changelog: v0.1.23...v0.1.24
v0.1.23
- fix
CookieConsent
align-content
Full Changelog: v0.1.22...v0.1.23
v0.1.22
- fix types
Full Changelog: v0.1.21...v0.1.22
v0.1.21
-
add support for
=FOOTER
block, which adds content to each page -
update styles for links in TOC
-
support Google tag manager,
:gtmId("GTM-XXXXX")
attribute for the site (index.pod6
) -
add
CookieConsent
React component
Full Changelog: v0.1.20...v0.1.21
v0.1.20
- update styles for code block
Full Changelog: v0.0.19...v0.1.20
v0.0.19
- update styles to support notification blocks
Full Changelog: v0.1.18...v0.0.19