Closes GH-15.

Reviewed-by: Titus Wormer <tituswormer@gmail.com>
This commit is contained in:
Riley Tomasek 2023-11-06 05:17:48 -05:00 committed by GitHub
parent e1027d13bd
commit 876a45ad4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -287,7 +287,6 @@ If `myRemarkPlugin` was replaced with this function:
import {h} from 'hastscript'
import {visit} from 'unist-util-visit'
// This plugin is an example to turn `::youtube` into iframes.
// This plugin is an example to turn `::note` into divs, passing arbitrary
// attributes.
function myRemarkPlugin() {