[PR #100] [MERGED] Fix syntax highlighting #583

Closed
opened 2026-03-22 15:46:28 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: feat/fix-syntax-highlighting


📝 Commits (10+)

  • a29a47e Make sure that all files created by Quarto during local development are ignored
  • 12dc4a2 Fix typos in data engineering post
  • 18849d7 Add generated figures to the gitignore
  • 339213b Fix typos in index.qmd
  • 836d09e Add VSCode to .gitignore
  • 93ca56f Fix reference in frameworks.qmd
  • 978741b Convert effective list to bulleted list
  • 87af74a Remove empty newlines from style.scss
  • 1745494 Ignore .icloud files
  • 5843a8d Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/100 **Author:** [@V0XNIHILI](https://github.com/V0XNIHILI) **Created:** 12/7/2023 **Status:** ✅ Merged **Merged:** 12/7/2023 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `main` ← **Head:** `feat/fix-syntax-highlighting` --- ### 📝 Commits (10+) - [`a29a47e`](https://github.com/harvard-edge/cs249r_book/commit/a29a47e50e0e4bc5b953bf8c8ea3174631f43d02) Make sure that all files created by Quarto during local development are ignored - [`12dc4a2`](https://github.com/harvard-edge/cs249r_book/commit/12dc4a2d6cb1991c787818dba292bd7f7df52496) Fix typos in data engineering post - [`18849d7`](https://github.com/harvard-edge/cs249r_book/commit/18849d7810649e50fecb5316e134379948c8e451) Add generated figures to the gitignore - [`339213b`](https://github.com/harvard-edge/cs249r_book/commit/339213bd0e19f01976aae1fb7e7c58ff45c72e2e) Fix typos in index.qmd - [`836d09e`](https://github.com/harvard-edge/cs249r_book/commit/836d09ee9d531cdbd1468fed4206e03621e56c18) Add VSCode to .gitignore - [`93ca56f`](https://github.com/harvard-edge/cs249r_book/commit/93ca56fcfc47eed2643b242d3fd20610ff198dd2) Fix reference in frameworks.qmd - [`978741b`](https://github.com/harvard-edge/cs249r_book/commit/978741b5c98024308d25e0f8080a0c2a401467a4) Convert effective list to bulleted list - [`87af74a`](https://github.com/harvard-edge/cs249r_book/commit/87af74af1c0faa0d8bcbe01f052c4c6e4603a5dc) Remove empty newlines from style.scss - [`1745494`](https://github.com/harvard-edge/cs249r_book/commit/17454949b6488449a74166243d7c9ba5436ff0dd) Ignore .icloud files - [`5843a8d`](https://github.com/harvard-edge/cs249r_book/commit/5843a8d43e4a1b2b08f48bf0396299b9d6e9760e) Add dark mode + fix code highlighting issues ### 📊 Changes **9 files changed** (+94 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description Requires first to merge #99. Solves #87. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-22 15:46:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#583