Home

Strikeout

Analogues of Strikeout in other schema include:

  • HTML <del>

  • JATS XML <strike>

  • MDAST Delete

  • Pandoc Strikeout Supersedes the Delete inline content type (the name "Strikeout" is less ambiguous than "Delete").

Properties

The Strikeout type has these properties:

NameDescriptionTypeInherited from
idThe identifier for this item.StringEntity
contentThe content that is marked.Inline*Mark

Related

The Strikeout type is related to these types:

  • Parents: Mark

  • Children: none

Bindings

The Strikeout type is represented in:

Testing

During property-based (a.k.a generative) testing, the properties of the Strikeout type are generated using the following strategies.

PropertyComplexityDescriptionStrategy
contentMin+Generate a single fixed text value.vec![t("text")]
Low+Generate a single arbitrary, non-recursive, inline nodevec_inlines_non_recursive(1)
High+Generate up to two arbitrary, non-recursive, inline nodesvec_inlines_non_recursive(2)
MaxGenerate up to four arbitrary, non-recursive, inline nodesvec_inlines_non_recursive(4)

This documentation was generated from Strikeout.yaml by docs_types.rs.

© 2026 Stencila