mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
disable tilde subscripting to fix manpage
Asciidoc uses tildes to subscript and carets to superscript text. The first tilde can be escaped to fix this, but looks weird because the second tilde may not be escaped. It doesn't seem like subscripting will be used in the man page so it makes sense to disable it altogether.
This commit is contained in:
parent
e9c3a9016f
commit
233ab740fe
@ -1,6 +1,8 @@
|
|||||||
/////
|
/////
|
||||||
vim:set ts=4 sw=4 tw=82 noet:
|
vim:set ts=4 sw=4 tw=82 noet:
|
||||||
/////
|
/////
|
||||||
|
:quotes.~:
|
||||||
|
|
||||||
sway (1)
|
sway (1)
|
||||||
========
|
========
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user