File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ Use role ``strike`` to add text with a strikethrough:
4545``:strike:`Sphinx` `` :strike: `Sphinx `
4646==================== ================
4747
48- Role ``s `` is shortcut of `` strike `` :
48+ Role ``del `` also works :
4949
50- =============== ==========
51- ``:s :`Sphinx` `` :s : `Sphinx `
52- =============== ==========
50+ ================= === ==========
51+ ``:del :`Sphinx` `` :del : `Sphinx `
52+ ================= === ==========
5353
5454Change Log
5555==========
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ def setup(app:Sphinx):
6060 app .add_node (strike_node ,
6161 html = (html_visit_strike_node , html_depart_strike_node ))
6262 app .add_role ('strike' , strike_role )
63- app .add_role ('s ' , strike_role )
63+ app .add_role ('del ' , strike_role )
6464
6565 # Add static path and include css file
6666 app .connect ("config-inited" , on_config_inited )
You can’t perform that action at this time.
0 commit comments