-
Notifications
You must be signed in to change notification settings - Fork 247
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** It looks like we're running foul of GFM's "HTML blocks" rules: https://github.github.com/gfm/#html-blocks Specifically number 6 and potentially 7, which have blank lines as an end condition. "Cleaning up" the nunjucks results by smooshing all the empty lines that cause issues results in far less readable code, so it'd be preferable to figure out if there's another way. I've tried using Nunjucks whitespace control (ie: the minus sign), but that doesn't solve the problem **Build time seems 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
6db63ac
commit 8bae063
Showing
64 changed files
with
40,822 additions
and
41,295 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
Oops, something went wrong.