Skip to content

Commit 30e2c4a

Browse files
authored
chore: improve the FFG comparison table for ebooks (playfulprogramming#1121)
This PR updates the FFG ebook to use 3 columns instead of 4 for spacing constraints and readability: ![image](https://github.com/user-attachments/assets/0d4fdef5-6c9d-4c29-83c3-abd2e87b3bd5)
2 parents 13fb29d + 58e33bb commit 30e2c4a

File tree

2 files changed

+745
-1
lines changed
  • build-scripts/epubs
  • content/crutchcorn/collections/framework-field-guide-fundamentals/posts/ffg-fundamentals-comparison-table

2 files changed

+745
-1
lines changed

build-scripts/epubs/generate-epubs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ async function generateCollectionEPub(
181181
author: authors,
182182
publisher: "Unicorn Utterances",
183183
cover: collection.coverImgMeta.absoluteFSPath,
184-
allowedAttributes: [...defaultAllowedAttributes, "start"],
184+
allowedAttributes: [...defaultAllowedAttributes, "start", "colSpan"],
185185
css: await fs.readFile(resolve(__dirname, "./epub.css"), "utf-8"),
186186
// fonts: ['/path/to/Merriweather.ttf'],
187187
lang: "en",

0 commit comments

Comments
 (0)