parent
063d5156d6
commit
0e22c52b0f
|
|
@ -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.rb}
|
||||||
|
|
||||||
{include:file:samples/config_text_markup.yml}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Custom Layouts
|
## Custom Layouts
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@ module Squib
|
||||||
@dir = SYSTEM_DEFAULTS[:dir]
|
@dir = SYSTEM_DEFAULTS[:dir]
|
||||||
@prefix = SYSTEM_DEFAULTS[:prefix]
|
@prefix = SYSTEM_DEFAULTS[:prefix]
|
||||||
@count_format = SYSTEM_DEFAULTS[:count_format]
|
@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)
|
show_info(config, layout)
|
||||||
load_config(config)
|
load_config(config)
|
||||||
@width = Args::UnitConversion.parse width, dpi
|
@width = Args::UnitConversion.parse width, dpi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue