Skip to content

Commit

Permalink
Update version number and document
Browse files Browse the repository at this point in the history
  • Loading branch information
jelovirt committed Mar 5, 2023
1 parent 8d534a3 commit 0500d61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,19 @@ Normalized output may be useful in situations where post-processing of DITA cont

Run the plug-in installation command:

dita -install https://github.com/dita-ot/org.dita.normalize/archive/1.0.zip
```shell
dita install org.dita.normalize
```

See [plug-in registry](https://www.dita-ot.org/plugins#!org.dita.normalize) for more information.

## Generating normalized DITA output

Run the **`dita`** command and set the value of the output `-format` option to `dita`:

dita-ot-dir/bin/dita -input input-file -format dita
```
dita-ot-dir/bin/dita -input input-file -format dita
```

where:

Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This file is part of the DITA Open Toolkit project.
See the accompanying license.txt file for applicable licenses.
-->
<plugin id="org.dita.normalize">
<plugin id="org.dita.normalize" version="1.1.0">
<transtype name="dita" desc="Normalized DITA">
<param name="normalize-strip-keyref" desc="Remove key artefacts after key resolution." type="enum">
<val default="true">yes</val>
Expand Down

0 comments on commit 0500d61

Please sign in to comment.