We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7b482 commit ed22a1eCopy full SHA for ed22a1e
lib/MetaCPAN/Web/Controller/Pod.pm
@@ -109,7 +109,7 @@ sub view : Private {
109
br => [],
110
caption => [],
111
center => [],
112
- code => [],
+ code => [qw(class)],
113
dd => ['id'],
114
div => [qw(id style)],
115
dl => ['id'],
@@ -126,7 +126,7 @@ sub view : Private {
126
li => ['id'],
127
ol => [],
128
p => [qw(class style)],
129
- pre => [qw(id class style)],
+ pre => [qw(id class style data-line data-start)],
130
span => [qw(style)],
131
strong => [],
132
sub => [],
0 commit comments