Class Strikethrough

java.lang.Object
org.commonmark.node.Node
org.commonmark.node.CustomNode
org.commonmark.ext.gfm.strikethrough.Strikethrough
All Implemented Interfaces:
Delimited

public class Strikethrough extends CustomNode implements Delimited
A strikethrough node containing text and other inline nodes as children.
  • Field Details

    • delimiter

      private String delimiter
  • Constructor Details

    • Strikethrough

      public Strikethrough(String delimiter)
  • Method Details