From 23acd148cea6f7c287f1df0f7e91308d5e8f12ef Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Fri, 20 Jan 2023 07:37:57 -0800 Subject: [PATCH] Close https://github.com/gjtorikian/commonmarker/issues/221 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47f27501..58163473 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Ruby wrapper for Rust's [comrak](https://github.com/kivikakk/comrak) crate. It passes all of the CommonMark test suite, and is therefore spec-complete. It also includes extensions to the CommonMark spec as documented in the [GitHub Flavored Markdown spec](http://github.github.com/gfm/), such as support for tables, strikethroughs, and autolinking. -For more information on available extensions, see [the documentation below](#extensions). +For more information on available extensions, see [the documentation below](#extension-options). ## Installation