From 4453c0b2edae4934f87594d5974783c4a1a5ea54 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Mon, 13 Mar 2023 16:41:53 +0100 Subject: convert paragraphs with role="heading" & childelements to → h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and also drop the language that was changed to implied previously/defaults to en-US unless specified. This change doesn't affect translations, only the content of the paragraph/headings is extracted. done with: perl -CSD -pi -e 'BEGIN {$base = qr/role="heading"|level="(?\d+)"|(?id="[^"]+")/;} s#(?.*?)#$+{body}#g' and manually undoing the one that uses in body that's not valid according to the dtd in the h tags. Change-Id: Ibd4aed3157ed168cd5005161575672a392e59202 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148797 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/shared/07/09000000.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/text/shared/07/09000000.xhp') diff --git a/source/text/shared/07/09000000.xhp b/source/text/shared/07/09000000.xhp index 0d49e5c21d..0405302c85 100644 --- a/source/text/shared/07/09000000.xhp +++ b/source/text/shared/07/09000000.xhp @@ -29,7 +29,7 @@
-Web Pages +

Web Pages

To create a new web page for the Internet, open a new HTML Document by choosing File - New.
A tool for creating new web pages is the Web Layout mode, which you enable with View - Web. -- cgit v1.2.3