From d4c5a0d82a7b1c61d95ecf2dba7dbb26d6461bce Mon Sep 17 00:00:00 2001 From: Shimada Takayuki Date: Sun, 4 Aug 2024 13:31:30 +0900 Subject: [PATCH] Change the line break position A line break immediately before a number was incorrectly output as a numbered list. Change the line break position to avoid this. --- ch04-extending-html-as-hypermedia.typ | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ch04-extending-html-as-hypermedia.typ b/ch04-extending-html-as-hypermedia.typ index cd095e9..9f6d668 100644 --- a/ch04-extending-html-as-hypermedia.typ +++ b/ch04-extending-html-as-hypermedia.typ @@ -87,11 +87,10 @@ and address the issues with legacy HTML applications we mentioned above (as well as a few others.) Before we get into how htmx allows us to improve the UX of our Web 1.0 style -application, let’s revisit the hyperlink/anchor tag from Chapter -1. Recall, a hyperlink is what is known as a _hypermedia control_, -a mechanism that describes some sort of interaction with a server by encoding -information about that interaction directly and completely within the control -itself. +application, let’s revisit the hyperlink/anchor tag from Chapter 1. Recall, a +hyperlink is what is known as a _hypermedia control_, a mechanism that describes +some sort of interaction with a server by encoding information about that +interaction directly and completely within the control itself. Consider again this simple #indexed[anchor tag] which, when interpreted by a browser, creates a #indexed[hyperlink] to the website for this book: