# Julia Markdown doesn't have strikethroughs

**URL:** https://discourse.julialang.org/t/julia-markdown-doesnt-have-strikethroughs/74644
**Category:** General Usage
**Tags:** markdown
**Created:** [January 14, 2022, 8:02pm UTC](https://discourse.julialang.org/t/julia-markdown-doesnt-have-strikethroughs/74644 "2022-01-14T20:02:17Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![icweaver](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/icweaver/32/45764_2.png) [@icweaver](https://discourse.julialang.org/u/icweaver)
#### Post date: [January 8, 2026, 11:40pm UTC](https://discourse.julialang.org/t/julia-markdown-doesnt-have-strikethroughs/74644/5 "2026-01-08T23:40:38Z")

</div>

This is [now supported in CommonMark.jl v0.10.0](https://discourse.julialang.org/t/ann-commonmark-jl/39807/19):

> [@Strikethrough in Pluto Markdown block](https://discourse.julialang.org/t/strikethrough-in-pluto-markdown-block/133969/8):
>
> Update: Just saw Michael’s awesome announcement: [[ANN] CommonMark.jl - #19 by mike](https://discourse.julialang.org/t/ann-commonmark-jl/39807/19) using CommonMark p() = enable!(Parser(), StrikethroughRule()) cm""" ## TODO: 1. One 1. \<s\>Two\</s\> `# or \<del\>\</del\>` 1. ~~Three~~"""p The future is now.

---

_[View the full topic](https://discourse.julialang.org/t/julia-markdown-doesnt-have-strikethroughs/74644)._
