mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Add summary and escaped tags to documentation
This commit is contained in:
parent
593e0f45c7
commit
02b8644c17
@ -116,6 +116,13 @@ program:
|
|||||||
\[/CODE]
|
\[/CODE]
|
||||||
\[/LIST]
|
\[/LIST]
|
||||||
[/CODE]
|
[/CODE]
|
||||||
|
[*]End of summary marker. A summary is generated from the first characters of
|
||||||
|
the documentation. The summary includes text up to a \[/] tag. There is no
|
||||||
|
opening tag because the summary starts at the first character. If there is
|
||||||
|
no \[/] tag then all the document is used for the summary. The \[/] tag
|
||||||
|
is not replaced with white space or any other character.
|
||||||
|
[*]Escaped character: precede the character with a backslash. This is useful
|
||||||
|
to escape tags. For example to make the \[CODE] tag not a tag, use \\\[CODE].
|
||||||
|
|
||||||
[*]HTML output contains no CSS and does not start with a tag such as <DIV> or <P>.
|
[*]HTML output contains no CSS and does not start with a tag such as <DIV> or <P>.
|
||||||
[/LIST]
|
[/LIST]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user