Skip to content

Commit

Permalink
Merge pull request showdownjs#731 from VladimirV99/ellipsis
Browse files Browse the repository at this point in the history
feature(ellipsis): Add option to disable ellipsis
  • Loading branch information
SyntaxRules authored Nov 12, 2021
2 parents a9f38b6 + 5d494c8 commit 6efd75c
Show file tree
Hide file tree
Showing 12 changed files with 158 additions and 69 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,8 @@ var defaultOptions = showdown.getDefaultOptions();
* **underline**: (boolean) [default false] ***EXPERIMENTAL FEATURE*** Enable support for underline.
Syntax is **double** or **triple** **underscores** ex: `__underlined word__`. With this option enabled, underscores are no longer parses into `<em>` and `<strong>`.

* **ellipsis**: (boolean) [default true] Replaces three dots with the ellipsis unicode character.

* **completeHTMLDocument**: (boolean) [default false] Outputs a complete html document,
including `<html>`, `<head>` and `<body>` tags' instead of an HTML fragment. (since v.1.8.5)
Expand Down
Loading

0 comments on commit 6efd75c

Please sign in to comment.