-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DO NOT MERGE] Run npm run build with gfm
Uh oh... **Nunjucks whitespace issue** I haven't figured this out yet, but something is going awry with whitespace in our Nunjucks code. I've left most of the pages as is on this PR, but I've gone in and edited the source code for the `example` component and the accordion page to make those compile correctly, and it's clearly to do with empty lines. I would hope there is a config option somewhere for Nunjucks, or an ordering issue that would not necessitate us smooshing together all the source file whitespace, because as can be seen by the edited source files, this makes them less readable. I've tried using Nunjucks whitespace control (ie: the minus sign), but that doesn't solve the problem, which makes it feel like the nunjucks hasn't compiled before being run through `marked` or something? **Build time is significantly slower** Build time with marked set to `gfm` seems much slower. That could be due to the whitespace issue and all the faffy formatting its doing though.
- Loading branch information
1 parent
3397424
commit 64a71f8
Showing
68 changed files
with
21,359 additions
and
23,304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.