Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ NEW: Add strikethrough extension #502

Merged
merged 1 commit into from Jan 10, 2022
Merged

✨ NEW: Add strikethrough extension #502

merged 1 commit into from Jan 10, 2022

Commits on Jan 10, 2022

  1. ✨ NEW: Add strikethrough extension

    The `strikethrough` extension allows text within `~~` delimiters to have a strikethrough (horizontal line) placed over it.
    For example, `~~strikethrough with *emphasis*~~`.
    
    Note, this extension is currently only supported for HTML output,
    and will generate a `myst.strikethrough` warning
    (since docutils does not have a native strikethrough node).
    chrisjsewell committed Jan 10, 2022
    Copy the full SHA
    77e97fa View commit details
    Browse the repository at this point in the history