Skip to content

Commit

Permalink
Removal of env helpers in config
Browse files Browse the repository at this point in the history
  • Loading branch information
sinnbeck committed Nov 11, 2020
1 parent 00fd8a3 commit 6055839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/markdom.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* @markdomStyles()
*/
'code_highlight' => [
'enabled' => env('MARKDOM_CODE_HIGHLIGHT', false),
'enabled' => false,
'theme' => 'default',
'languages' => [
'javascript',
Expand All @@ -58,7 +58,7 @@
* This being enabled adds an id and an (invisible) anchor tag to configured elements
*/
'links' => [
'enabled' => env('MARKDOM_ADD_ANCHORS', false),
'enabled' => false,

/**
* Here you can define which elements will receive id tags
Expand Down

0 comments on commit 6055839

Please sign in to comment.