From d686fd0281ed9405d7e1013f668b03733c96b953 Mon Sep 17 00:00:00 2001 From: David Anson Date: Sun, 10 Aug 2025 16:04:40 -0700 Subject: [PATCH] Update table heading pipe character location in Markdown document for consistency. The current mis-alignment will be flagged by a future release of markdownlint. --- src/blog/v8-release-80.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blog/v8-release-80.md b/src/blog/v8-release-80.md index d53989be6..9a8e6224e 100644 --- a/src/blog/v8-release-80.md +++ b/src/blog/v8-release-80.md @@ -43,7 +43,7 @@ Luckily for us, we have a trick up our sleeve. The top bits can be synthesized f When improving memory, usually it comes at the cost of performance. Usually. We are proud to announce that we saw improvements in performance on real websites in the time spent in V8, and in its garbage collector! :::table-wrapper -| || Desktop | Mobile | +| | | Desktop | Mobile | |-------------|----------|---------|--------| | Facebook | V8-Total | -8% | -6% | | ^^ | GC | -10% | -17% |