Skip to content

Commit a1be646

Browse files
authored
Merge pull request #6 from ember-learn/fix-headers
use github compatible header ids
2 parents cc59bdb + 60c27bb commit a1be646

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)