-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Remark.java - add "del", "strike", "s" tags to whitelisting (line 88-89) otherwise these tags are stripped off by the `cleaner` * DocumentConverter - also add "del,strike,s" tags (on line 88) to inline nodes with `InlineStyle` handler
- Loading branch information
Guilherme I F L Weizenmann
committed
Dec 7, 2016
1 parent
44c97a0
commit ff59610
Showing
4 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Division | ||
|
||
<foo-bar class="fred">Foo Bar</foo-bar> | ||
<foo-bar class="foo">Foo Bar</foo-bar> | ||
|
||
<var><em>Variable</em></var> |