| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
---
title: xxx
---
Contenteg: {
"about": "about",
"agent": "agent",
"agent/about": "about agent"
}
translate:
I. /about: about
II. /agent: agent
III. /agent/about: agent/about agent
Tip: `agent/about`translate to`agent/about agent`,Because the directory structure needs to be preserved。 // Irregular, adaptive in width and height
 // For a picture with a width of 120, the height changes with scale
 // For a picture with a height of 120, the width changes with scale
 // For pictures with width and height of 120, the proportion is written dead (not recommended)
 // The values of image alignment are center, left and right respectively. Default left
The above attributes can be used in combination, and multiple attributes can be spliced with `&'::: tip Tip
This is a tip
:::
::: warning Warning
This is a warning
:::
::: danger Danger
This is a danger warning
:::
::: details Details
This is a detail block, which does not take effect in IE / edge
:::
::: tip
This is a default tip
:::output
old: 
new: a. Two ways of writing, inline + non inline
b. Footnotes will be uniformly arranged at the bottom of the document
c. The semicolon of the reference source is English semicolon
d. Footnotes that cannot find the reference source will be displayed as is without any modification
Footnote 1 link [^first]
Footnote 2 link [^second]
In line footnote ^[text of inline footnote] definition
Duplicate footer definition [^second]
If the footnote of the reference source cannot be found, [^third] will be displayed as it is
[^first]: footnote
[^second]: footnote text::: code-tabs#shell @tab pnpm ```bash pnpm install ``` @tab npm ```bash npm install ``` @tab yarn ```bash yarn install ``` :::
a. If the address is wrong, no csv data will be generated
b. If the data return does not start with '#', no csv data will be generated
c. Finally, the csv content needs to be separated by ',', otherwise it cannot be parsed and displayed
d. The first line # starts with the csv header, other comments that begin with #, the last non blank line is the csv content
[csv-$csvTitle]($csvURL) eg: [csv-L7 Protocol List](https://raw.githubusercontent.com/deepflowio/deepflow/main/server/querier/db_descriptions/clickhouse/tag/enum/l7_protocol)
| Back | FazBrowse Home | New Git URL |