Install
openclaw skills install markdown-outputEnforce Markdown output formatting policy whenever the user asks for full Markdown source code, raw Markdown, or copyable Markdown documents. Use whenever the user says "output markdown", "give me the markdown source", "markdown 源码", "raw markdown", or similar requests for Markdown content that is meant to be copied as-is rather than rendered.
openclaw skills install markdown-outputThis 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 for
code examples.~~~~) or indent-based code blocks instead.[text](https://example.com )[text](https://example.com)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](https://github.com ) for details.
See [GitHub](https://github.com) for details.