File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ parseBlock (Elem e) = do
388
388
Just t -> read $ T. unpack t
389
389
Nothing -> if isBook || n == 0 then n + 1 else n
390
390
headerText <- case filterChild (named " title" ) e of
391
- Just t -> case maybeAttrValue " supress " t of
391
+ Just t -> case maybeAttrValue " suppress " t of
392
392
Just s -> if s == " no"
393
393
then getInlines t
394
394
else return mempty
Original file line number Diff line number Diff line change 45
45
```
46
46
% pandoc -f jats -t native
47
47
<sec>
48
- <title supress ="no">The European Parliament</title>
48
+ <title suppress ="no">The European Parliament</title>
49
49
<p>Members of the European Parliament (MEPs) are directly elected by EU citizens.</p>
50
50
</sec>
51
51
^D
89
89
```
90
90
% pandoc -f jats -t native
91
91
<sec>
92
- <title supress ="yes">The European Parliament</title>
92
+ <title suppress ="yes">The European Parliament</title>
93
93
<p>Members of the European Parliament (MEPs) are directly elected by EU citizens.</p>
94
94
</sec>
95
95
^D
119
119
, Str "citizens."
120
120
]
121
121
]
122
- ```
122
+ ```
You can’t perform that action at this time.
0 commit comments