Browse Source
updated outdated link in comment of lib/common/html_blocks.js (#972)
pull/652/merge
Katie Liu
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
lib/common/html_blocks.js
|
|
@ -1,5 +1,5 @@ |
|
|
|
// List of valid html blocks names, accorting to commonmark spec
|
|
|
|
// http://jgm.github.io/CommonMark/spec.html#html-blocks
|
|
|
|
// List of valid html blocks names, according to commonmark spec
|
|
|
|
// https://spec.commonmark.org/0.30/#html-blocks
|
|
|
|
|
|
|
|
'use strict'; |
|
|
|
|
|
|
|