Skip to content

Commit 60c27bb

Browse files
committed
use github compatible header ids
1 parent cc59bdb commit 60c27bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/environment.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ module.exports = function (environment) {
2121
// Here you can pass flags/options to your application instance
2222
// when it is created
2323
},
24+
25+
showdown: {
26+
ghCompatibleHeaderId: true,
27+
},
2428
};
2529

2630
if (environment === 'development') {

0 commit comments

Comments
 (0)