Skip to content

Commit 5687168

Browse files
committed
Add passthrough action for importance attribute
This will allow us to mark deprecated parameters and extension points in HTML output per #648 (comment) Signed-off-by: Roger Sheen <[email protected]>
1 parent a940846 commit 5687168

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

resources/html.ditaval

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
<val>
44
<prop action="include" att="deliveryTarget" val="html"/>
55
<prop action="exclude" att="deliveryTarget" val="pdf"/>
6+
<prop action="passthrough" att="importance"/>
67
</val>

resources/site.ditaval

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
<val>
44
<prop action="include" att="deliveryTarget" val="html"/>
55
<prop action="exclude" att="deliveryTarget" val="pdf"/>
6+
<prop action="passthrough" att="importance"/>
67
<prop action="passthrough" att="platform"/>
78
</val>

0 commit comments

Comments
 (0)