Skip to content

Commit

Permalink
turn off tag parsing (future-proofing)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdaemon committed Jun 10, 2024
1 parent 8668b6c commit 383a6d3
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ function writeFunctionDocs(functionDocs: Map<string, string>) {
defaultMessage: \`${docWithoutLinks.replaceAll('`', '\\`')}\`,
description:
'Text is in markdown. Do not translate function names, special characters, or field names like sum(bytes)',
ignoreTag: true,
}
)}
/>
Expand Down
Loading

0 comments on commit 383a6d3

Please sign in to comment.