``` ~下面是一段 union 类型的示例。~ ``` ```crystal MARKDOWN_OPTIONS = Markd::Options.new(smart: true, gfm: true) Markd.to_html(text, options: MARKDOWN_OPTIONS) ``` Above will generate following `<del>` tag like following: 