@webdiscus/pug-loader
Advanced tools
Changelog
2.5.0 (2022-06-02)
watchFiles
option to watch for file changes in resolved dependencies:markdown
filter enable HTML tags in markdown sourceChangelog
2.4.0 (2022-05-25)
Changelog
2.2.0 (2022-05-15)
:code
, :highlight
&
and "
chars in :escape
filterChangelog
2.1.0 (2022-05-09)
embedFilter
option to enable using in pug filters embedded in pug-loader:escape
filter to escape HTML tags:escape
filterChangelog
2.0.0 (2022-04-01)
pug-plugin
now following is possible:
script(src=require('./main.js'))
Generated HTML:
<script src='/assets/js/main.1234abcd.js'></script>
data
for compile
method.