This commit partially reverts d2952709.
d2952709 replaced the broken `backtick quotes` with <pre>preformatted
blocks</pre>, but preformatted are actual block's rather than
inline-block's, which causes each of these to appear on a different line
and bleed out of the div.alert border on some some screen sizes.
This commits replaces them with <code>, which seems to work well in this
context.
Signed-off-by: Runxi Yu <me@runxiyu.org>
---
content/tutorials/introduction.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/tutorials/introduction.md b/content/tutorials/introduction.md
index ebaa43c..356ba33 100644
--- a/content/tutorials/introduction.md+++ b/content/tutorials/introduction.md
@@ -1252,8 +1252,8 @@ sections:
useful functions yourself.
<div class="alert">
- <strong>Note:</strong> It is not possible to <pre>insert</pre>,- <pre>delete</pre>, <pre>free</pre> and <pre>append</pre> to the slice+ <strong>Note:</strong> It is not possible to <code>insert</code>,+ <code>delete</code>, <code>free</code> and <code>append</code> to the slice being iterated over. It is encouraged to use normal for loops for this
use case instead.
</div>
--
2.46.0
> https://builds.sr.ht/~sircmpwn/job/1301314
I see that the builds.sr.ht job for this patch is running. The "upload"
step failed (which is probably expected), but I see that you're
installing TeXLive from scratch.
Generating TeXLive formats uses a lot of resources; when I install a
Linux-based system that I use day-to-day (well, a binary-based one, not
Gentoo or anything like that), the single longest task is running the
scripts that generate TeX formats (kpathsea, mktex*, etc). If at all
possible, I'd suggest using an image that has TeX Live included; it's
not like TeX Live gets many updates either, in most cases it's just once
a year releases.
--
Best regards,
Runxi Yu (they/them)
https://runxiyu.org/