For the complete documentation index, see llms.txt. This page is also available as Markdown.

remove

Learn how to remove matches from your content.

func remove(match string)

remove will remove the matched text of any rule.

extends: existence
message: "Don't use an ellipsis in documentation."
nonword: true
action:
  name: remove
tokens:
  - '...'

Last updated