From 0f0d7d8715d9b8f5434b248b497841c3dc479ec8 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 19 Apr 2024 18:36:40 +0100 Subject: [PATCH] docs: code fragments fixed in the poll titles --- docs/blog/posts/tokyo-2024-report.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/blog/posts/tokyo-2024-report.md b/docs/blog/posts/tokyo-2024-report.md index 65deb623..19a5315d 100644 --- a/docs/blog/posts/tokyo-2024-report.md +++ b/docs/blog/posts/tokyo-2024-report.md @@ -48,37 +48,37 @@ paper is expected to progress to LEWG (Library Evolution Working Group) in St. L Plenty of polls were taken: -!!! question "POLL: We should promise more committee time to pursuing std::basic_fixed_string, knowing that our time is scarce and this will leave less time for other work." +!!! question "POLL: We should promise more committee time to pursuing `std::basic_fixed_string`, knowing that our time is scarce and this will leave less time for other work." | Strongly in Favor | In favor | Neutral | Against | Strongly Against | |:-----------------:|:--------:|:-------:|:-------:|:----------------:| | 11 | 0 | 0 | 0 | 0 | -!!! question "POLL: Should the constructor from a string literal be consteval?" +!!! question "POLL: Should the constructor from a string literal be `consteval`?" | Strongly in Favor | In favor | Neutral | Against | Strongly Against | |:-----------------:|:--------:|:-------:|:-------:|:----------------:| | 6 | 3 | 2 | 0 | 0 | -!!! question "POLL: Do we want to add .view()?" +!!! question "POLL: Do we want to add `.view()`?" | Strongly in Favor | In favor | Neutral | Against | Strongly Against | |:-----------------:|:--------:|:-------:|:-------:|:----------------:| | 3 | 5 | 3 | 0 | 0 | -!!! question "POLL: Do we want the .size member to be an integral_constant (and .empty to be bool_constant)?" +!!! question "POLL: Do we want the `.size` member to be an `integral_constant` (and `.empty` to be `bool_constant`)?" | Strongly in Favor | In favor | Neutral | Against | Strongly Against | |:-----------------:|:--------:|:-------:|:-------:|:----------------:| | 5 | 2 | 2 | 2 | 0 | -!!! question "POLL: Should the index operator[] return a reference to const?" +!!! question "POLL: Should the index `operator[]` return a reference to `const`?" | Strongly in Favor | In favor | Neutral | Against | Strongly Against | |:-----------------:|:--------:|:-------:|:-------:|:----------------:| | 2 | 2 | 3 | 3 | 0 | -!!! question "POLL: Should the constructor from a string literal have a precondition that txt[N] == 0?" +!!! question "POLL: Should the constructor from a string literal have a precondition that `txt[N] == 0`?" | Strongly in Favor | In favor | Neutral | Against | Strongly Against | |:-----------------:|:--------:|:-------:|:-------:|:----------------:|