ZBook supports various formats and extension features, allowing users to easily write and format documents using the following basic syntax to enhance readability and presentation.
Headings are used to organize content into sections. Users can create different levels of headings by adding #
symbols. The more #
symbols, the lower the heading level.
markdown
Footnotes are used to provide additional explanations or comments on specific parts of the text. Users can insert footnote markers in the main text, and the content will be displayed at the bottom of the page.
markdown
Markdown supports both ordered and unordered lists, suitable for listing items or steps. Nested lists can be created through indentation.
markdown
Users can insert images into documents and reference local image files using relative paths.
markdown
Markdown supports creating links to external websites or internal documents. External links use full URLs, while internal links point to other parts of the document.
markdown
Markdown also supports the following features in ZBook:
Blockquotes are used to emphasize a section of content, often for quoting other articles or paragraphs.
markdown
Tables are used to organize and display data. Users can create tables using vertical bars |
and horizontal dashes -
.
markdown
Users can use strikethrough to indicate deleted or irrelevant text.
markdown
Users can emphasize text by setting it in italics or bold using asterisks or underscores.
markdown
Horizontal rules are used to separate different sections of a document, typically between paragraphs. Users can create horizontal rules with three or more dashes, asterisks, or underscores.
markdown
Markdown automatically recognizes and converts URLs into clickable links, making it convenient to share external resources.
markdown
These basic syntax features form the core of Markdown support in ZBook, allowing users to quickly write high-quality documents and meet various formatting needs.
Admonition is a feature used to insert content blocks for alerts, warnings, information, comments, etc., to highlight specific information in the document. Supported types include info
, note
, warning
, error
, and tip
.
This is an information block used to provide useful tips or background information.
markdown
This is an information block used to provide useful tips or background information.
markdown