[PR #52] [MERGED] Maintain line breaks in code snippets on website #55

Closed
opened 2025-09-10 22:50:08 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/VSCodium/vscodium.github.io/pull/52
Author: @bittner
Created: 9/7/2021
Status: Merged
Merged: 12/19/2021
Merged by: @stripedpajamas

Base: masterHead: feature/wrap-snippets-naturally


📝 Commits (1)

  • 9ace34b Maintain line breaks in code snippets on website

📊 Changes

2 files changed (+3 additions, -5 deletions)

View changed files

📝 _includes/css/base.css (+0 -2)
📝 _posts/2000-01-05-install.md (+3 -3)

📄 Description

Addresses https://github.com/VSCodium/vscodium.github.io/pull/50#issuecomment-914573872.

When the CSS doesn't artificially change the natural behavior of <pre> we can keep related surprising results to a minimum.

Fixes what #44 tried to address in a hopefully more resilient way.


🔄 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/VSCodium/vscodium.github.io/pull/52 **Author:** [@bittner](https://github.com/bittner) **Created:** 9/7/2021 **Status:** ✅ Merged **Merged:** 12/19/2021 **Merged by:** [@stripedpajamas](https://github.com/stripedpajamas) **Base:** `master` ← **Head:** `feature/wrap-snippets-naturally` --- ### 📝 Commits (1) - [`9ace34b`](https://github.com/VSCodium/vscodium.github.io/commit/9ace34b77dd7c0cf06f511d8062e31f4313eb17b) Maintain line breaks in code snippets on website ### 📊 Changes **2 files changed** (+3 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `_includes/css/base.css` (+0 -2) 📝 `_posts/2000-01-05-install.md` (+3 -3) </details> ### 📄 Description Addresses https://github.com/VSCodium/vscodium.github.io/pull/50#issuecomment-914573872. When the CSS doesn't artificially change the natural behavior of `<pre>` we can keep related surprising results to a minimum. Fixes what #44 tried to address in a hopefully more resilient way. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the pull-request label 2025-09-10 22:50:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: VSCodium/vscodium.github.io#55