-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
12 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,3 +57,5 @@ Field list | |
:123456789 1234: this should work even with the default :) | ||
|
||
[email protected] | ||
|
||
Press :kbd:`Ctrl+C` to quit |
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 |
---|---|---|
|
@@ -75,3 +75,5 @@ <h2><a href="#id2">Field list</a></h2> | |
</table> | ||
|
||
<p><a href="mailto:[email protected]">[email protected]</a></p> | ||
|
||
<p>Press <kbd>Ctrl+C</kbd> to quit</p> |
This looks wrong: it doesn't escape the text that's fed into
<kbd>
. The proper way to do this is to add a separate node type and extend the HTML translator.