Skip to content

📝 docs: add documentation for the @ conversion operator#1321

Merged
harehare merged 2 commits intofeat/convert-operator-supportfrom
copilot/sub-pr-1320
Feb 23, 2026
Merged

📝 docs: add documentation for the @ conversion operator#1321
harehare merged 2 commits intofeat/convert-operator-supportfrom
copilot/sub-pr-1320

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 23, 2026

The @ conversion operator was implemented but undocumented. Added a dedicated section to docs/books/src/reference/operators.md covering the operator's syntax, all supported conversion targets, and usage examples.

Changes

  • docs/books/src/reference/operators.md — new Conversion Operator (@) section including:
    • Full table of supported targets (symbols: h1h6, html, text, sh, base64, uri; strings: ">", "-", "~", URL)
    • Examples for each conversion type

Usage

"Hello World" @ h1         # => # Hello World
"Important note" @ ">"     # => > Important note
"hello world" @ sh         # => 'hello world'
"hello" @ base64           # => "aGVsbG8="
"hello world" @ uri        # => "hello%20world"
"mq" @ "https://example.com"  # => [mq](https://example.com)

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Add conversion operators to enhance functionality 📝 docs: add documentation for the @ conversion operator Feb 23, 2026
Copilot AI requested a review from harehare February 23, 2026 14:18
@harehare harehare marked this pull request as ready for review February 23, 2026 14:24
@harehare harehare merged commit 5f3cdb1 into feat/convert-operator-support Feb 23, 2026
@harehare harehare deleted the copilot/sub-pr-1320 branch February 23, 2026 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants