mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-08 09:57:21 -05:00
[PR #100] [MERGED] Fix syntax highlighting #583
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/100
Author: @V0XNIHILI
Created: 12/7/2023
Status: ✅ Merged
Merged: 12/7/2023
Merged by: @profvjreddi
Base:
main← Head:feat/fix-syntax-highlighting📝 Commits (10+)
a29a47eMake sure that all files created by Quarto during local development are ignored12dc4a2Fix typos in data engineering post18849d7Add generated figures to the gitignore339213bFix typos in index.qmd836d09eAdd VSCode to .gitignore93ca56fFix reference in frameworks.qmd978741bConvert effective list to bulleted list87af74aRemove empty newlines from style.scss1745494Ignore .icloud files5843a8dAdd dark mode + fix code highlighting issues📊 Changes
9 files changed (+94 additions, -38 deletions)
View changed files
📝
.gitignore(+22 -1)📝
_quarto.yml(+9 -2)📝
data_engineering.qmd(+2 -2)📝
frameworks.qmd(+9 -3)📝
index.qmd(+2 -2)📝
optimizations.qmd(+3 -5)➕
style-dark.scss(+23 -0)➕
style-light.scss(+24 -0)📝
style.scss(+0 -23)📄 Description
Requires first to merge #99. Solves #87.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.