CDMarkdownKit icon indicating copy to clipboard operation
CDMarkdownKit copied to clipboard

Add strikethrough support

Open tarrouye opened this issue 2 years ago • 0 comments

Goals :soccer:

  • Add strikethrough element that matches for markdown strikethrough (~~example~~ ~~example~~)
  • Add underline style/color styling options to all elements

Implementation Details :construction:

  • Try to match the existing architecture as closely as possible
  • Use the underline styling option to further differentiate links in default parser
    • This change can be undone and the underline can be left simply as option if you prefer to leave it out of the default parser for this library.

Testing Details :mag:

  • No changes

tarrouye avatar Sep 06 '22 16:09 tarrouye