mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-28 20:03:11 +02:00
Nicer rendering of `` escaped test in the cli sections of the manual
This commit is contained in:
parent
c55cb4365a
commit
7fbd6ecd82
1 changed files with 4 additions and 0 deletions
|
|
@ -66,6 +66,10 @@ def source_read_handler(app, docname, source):
|
|||
CLI_PREAMBLE='''\
|
||||
.. _{cmdref}:
|
||||
|
||||
.. raw:: html
|
||||
|
||||
<style>code {{font-size: 1em; background-color: transparent; font-family: sans-serif }}</style>
|
||||
|
||||
``{cmd}``
|
||||
===================================================================
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue