From 93f3ef821b384b095f07bdec9b2d72e44535db8d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 19 Nov 2021 17:33:35 +0530 Subject: [PATCH] Add a brief note about Transform HTML to the manual --- manual/conversion.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/manual/conversion.rst b/manual/conversion.rst index 68a10fa3b2..f9d7a348a0 100644 --- a/manual/conversion.rst +++ b/manual/conversion.rst @@ -250,6 +250,14 @@ rules that change styles based on various conditions. For example you can use it to change all green colors to blue, or remove all bold styling from the text or color all headings a certain color, etc. +Transform HTML +~~~~~~~~~~~~~~~~~~~ + +Similar to transform styles, but allows you to make changes to the HTML content +of the book. You can replace one tag with another, add classes or other +attributes to tags based on their content, etc. + + .. _page-setup: