Class: Markbridge::AST::Strikethrough

Inherits:
Element show all
Defined in:
lib/markbridge/ast/strikethrough.rb

Overview

Represents strikethrough/deleted text formatting.

Examples:

strikethrough = AST::Strikethrough.new
strikethrough << AST::Text.new("deleted text")

Instance Attribute Summary

Attributes inherited from Element

#children

Method Summary

Methods inherited from Element

#<<, #initialize

Constructor Details

This class inherits a constructor from Markbridge::AST::Element