strikethrough function

String strikethrough(
  1. String content
)

Wraps the content inside ~~.

Implementation

String strikethrough(String content) => '~~$content~~';