This skill defines mandatory formatting rules for generating full Markdown
source code. These rules have higher priority than any stylistic
formatting preferences.
~~~). ` `) as the outermost fence. ` `) are allowed only inside the document forcode examples.
itself needs to show triple backticks, use an increased-count fence
(e.g. ~~~~) or indent-based code blocks instead.
parenthesis:
any following character, including punctuation:
https://example.com ,下一段文字https://example.com,下一段文字~~~
~~~
Some text and a code block:
console.log("hello");
~~~
~~~
Do not produce output like this:
~~~
# My Document
…
~~~
~~~
See GitHub for details.
~~~
~~~
See GitHub for details.
~~~
共 1 个版本