summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2019-03-15 18:53:30 -0600
committerDan Allen <dan.j.allen@gmail.com>2019-03-15 18:53:30 -0600
commit9bed2c0e9c3b66c6eae6254d645693ce7b1c1966 (patch)
tree665e8f38c695c66620e153e49ad9579ac36b4d3a
parent1ef5bbbb55c590fb2a274886d7f59fa377fd43e6 (diff)
ellipsis should be :none replacement, not :leading
-rw-r--r--lib/asciidoctor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asciidoctor.rb b/lib/asciidoctor.rb
index 6105d450..fb6df795 100644
--- a/lib/asciidoctor.rb
+++ b/lib/asciidoctor.rb
@@ -1188,7 +1188,7 @@ module Asciidoctor
# foo--bar
[/(#{CG_WORD})\\?--(?=#{CG_WORD})/, '&#8212;&#8203;', :leading],
# ellipsis
- [/\\?\.\.\./, '&#8230;&#8203;', :leading],
+ [/\\?\.\.\./, '&#8230;&#8203;', :none],
# right single quote
[/\\?`'/, '&#8217;', :none],
# apostrophe (inside a word)