Markdown for Comments

FUNDOCS comments (Remark42) support Markdown in the comment body. This page replaces the stock Remark42 “markdown help” promo — use it as the SSOT for authors.

Inline

StyleSyntaxResult
Bold**text** or __text__text
Italic*text* or _text_text
Strikethrough~~text~~text
Inline code`code`code
Link[label](https://example.com)label

Blocks

Paragraph — separate with a blank line.

Code fence:

```js
const x = 1;
```

Blockquote:

> quoted text

Lists:

- item one
- item two
 
1. first
2. second

Tips

  • Prefer relative wiki links when referencing FUNDOCS: /dev/docs/wiki/architecture/identity/
  • Do not paste secrets, tokens, or production passwords — comments are dev-gated but still durable.
  • Edits are allowed for a long window; fix typos inline instead of posting duplicates.

See also

Ask Docs

AI assistant to help answer questions about the documentation. Answers are read-only and cite docs/source.

Hi! How can I help you with the documentation today? Answers are read-only and cite docs/source.

Ctrl+Enter to send