diff --git a/README.md b/README.md index a423f56..dfa5d37 100644 --- a/README.md +++ b/README.md @@ -280,9 +280,6 @@ The `config_text_markup.rb` sample demonstrates how quoting can be configured, [ {include:file:samples/config_text_markup.rb} -{include:file:samples/config_text_markup.yml} - - ## Custom Layouts diff --git a/lib/squib/deck.rb b/lib/squib/deck.rb index c63d2a2..e205f91 100644 --- a/lib/squib/deck.rb +++ b/lib/squib/deck.rb @@ -70,7 +70,7 @@ module Squib @dir = SYSTEM_DEFAULTS[:dir] @prefix = SYSTEM_DEFAULTS[:prefix] @count_format = SYSTEM_DEFAULTS[:count_format] - @quote_chars = CONFIG_DEFAULTS.select {|k,v| %w(lsquote rsquote ldquote rdquote smart_quotes).include?(k) } + @quote_chars = CONFIG_DEFAULTS.select {|k,v| %w(lsquote rsquote ldquote rdquote em_dash en_dash ellipsis smart_quotes).include?(k) } show_info(config, layout) load_config(config) @width = Args::UnitConversion.parse width, dpi