Skip to content

Commit

Permalink
docs(horizontalRule): Change horizontalRule documentation (#606)
Browse files Browse the repository at this point in the history
Fix horizontalRule documentation to reflect its actual purpose
  • Loading branch information
VladimirV99 authored and tivie committed Oct 21, 2018
1 parent 4da93e8 commit fc17177
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/subParsers/makehtml/horizontalRule.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/**
* Turn Markdown link shortcuts into XHTML <a> tags.
* Turn Markdown horizontal rule shortcuts into <hr /> 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';
Expand Down

0 comments on commit fc17177

Please sign in to comment.