You need to enable JavaScript to run this app.
最新活动
大模型
产品
解决方案
定价
生态与合作
支持与服务
开发者
了解我们

如何在Struct插件中使用模板替换单条目自动生成表格?

Hey there, let's break down these Markdown formatting rules into easy-to-follow, practical examples so you can apply them smoothly:

Markdown Formatting Cheat Sheet

Headings

Use number signs (#) to create hierarchical headings. The number of #s corresponds to the heading level:

# Level 1 Heading (Main Title)
## Level 2 Heading (Section)
### Level 3 Heading (Sub-section)

List Items

Start each list item with a dash (-). You can nest lists by indenting nested items:

- Primary list item 1
- Primary list item 2
  - Nested list item A
  - Nested list item B

Renders as:

  • Primary list item 1
  • Primary list item 2
    • Nested list item A
    • Nested list item B

Emphasized Text

Wrap text with asterisks (*) to add emphasis. Use single asterisks for italic, double asterisks for bold:

This is *italicized emphasized text*
This is **bold emphasized text**

Renders as:
This is italicized emphasized text
This is bold emphasized text

Code or Commands

Surround code snippets, commands, or inline code with backticks ( ):

To run the script, use `python main.py`

Renders as:
To run the script, use python main.py

Quoted Text

Use greater-than signs (>) to create blockquotes for quoted content:

> This is a blockquote.
> It can span multiple lines by adding `>` to each line.

Renders as:

This is a blockquote.
It can span multiple lines by adding > to each line.

Wrap the link text in square brackets ([]), followed by the target path/URL in parentheses (()):

[View Project Documentation](internal-docs/project-guide)

Renders as:
View Project Documentation

Images

Wrap the image's alt text in square brackets ([]), followed by the image file path/URL in parentheses (()). For proper rendering, add an exclamation mark (!) before the brackets:

![Company Team Photo](assets/team-photo.jpg)

内容的提问来源于stack exchange,提问作者mawimawi

火山引擎 最新活动