Skip to content

Commit

Permalink
Switch to new extension point (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Apr 22, 2024
1 parent 657c76c commit de6db1a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
<!-- Ensure the plugin's error and logging messages are available -->
<feature extension="dita.xsl.messages" file="resource/messages.xml"/>
<!-- HTML5 extension points -->
<feature extension="dita.xsl.html5" value="xsl/xhtml.xsl" type="file"/>
<feature
extension="dita.xsl.html5-bootstrap"
value="xsl/xhtml.xsl"
type="file"
/>
<feature extension="bootstrap.process.pre" value="lunr.init"/>
<feature extension="depend.preprocess.post" value="lunr"/>
<!-- Internationalization of texts -->
Expand Down

0 comments on commit de6db1a

Please sign in to comment.