Skip to content

Commit 341b683

Browse files
authored
Merge pull request #14 from ember-learn/upgrade-mdbook-template
Upgrade `rfc-process-mdbook-template` to use shiki
2 parents 66b7d0f + 1c0f128 commit 341b683

File tree

3 files changed

+11070
-12021
lines changed

3 files changed

+11070
-12021
lines changed

config/fastboot.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module.exports = function () {
2+
return {
3+
buildSandboxGlobals(defaultGlobals) {
4+
return Object.assign({}, defaultGlobals, {
5+
atob: atob,
6+
});
7+
},
8+
};
9+
};

0 commit comments

Comments
 (0)