Skip to content

Commit

Permalink
Change default config from unicode to simple text
Browse files Browse the repository at this point in the history
  • Loading branch information
N7K4 committed Apr 30, 2020
1 parent 2fd78bd commit 9449132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/table_of_contents/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Configuration
'sublist_class' => '',
'item_class' => 'toc-entry',
'item_prefix' => 'toc-',
'inject_anchors_content' => '🔗 '
'inject_anchors_content' => 'MyLinkAnchor'
}.freeze

def initialize(options)
Expand Down

0 comments on commit 9449132

Please sign in to comment.