diff --git a/src/subParsers/makehtml/horizontalRule.js b/src/subParsers/makehtml/horizontalRule.js index fc87fd2..2a1f814 100644 --- a/src/subParsers/makehtml/horizontalRule.js +++ b/src/subParsers/makehtml/horizontalRule.js @@ -1,5 +1,8 @@ /** - * Turn Markdown link shortcuts into XHTML tags. + * Turn Markdown horizontal rule shortcuts into
tags. + * + * Any 3 or more unindented consecutive hyphens, asterisks or underscores with or without a space beetween them + * in a single line is considered a horizontal rule */ showdown.subParser('makehtml.horizontalRule', function (text, options, globals) { 'use strict';