This is an automated email from the ASF dual-hosted git repository.

ddekany pushed a commit to branch 2.3.34-maintenance
in repository https://gitbox.apache.org/repos/asf/freemarker.git

commit 736a50112b75a669fce6fc57a17908d2427e229a
Author: ddekany <[email protected]>
AuthorDate: Sun Jun 22 16:58:47 2025 +0200

    (Manual: Put ® into superscript)
    
    (cherry picked from commit 54667e0c7ee0d40d710799517330db2a81d8a5ed)
---
 buildSrc/build.gradle.kts                        |  2 +-
 freemarker-manual/src/main/docgen/en_US/book.xml | 11 ++++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts
index 52362b6c..72f553d4 100644
--- a/buildSrc/build.gradle.kts
+++ b/buildSrc/build.gradle.kts
@@ -24,6 +24,6 @@ plugins {
 dependencies {
     implementation(gradleApi())
 
-    
implementation("org.apache.freemarker.docgen:freemarker-docgen-core:0.0.4-SNAPSHOT")
+    
implementation("org.apache.freemarker.docgen:freemarker-docgen-core:0.0.5-SNAPSHOT")
     implementation("org.nosphere.apache:creadur-rat-gradle:0.8.1")
 }
diff --git a/freemarker-manual/src/main/docgen/en_US/book.xml 
b/freemarker-manual/src/main/docgen/en_US/book.xml
index b35ea96f..16803701 100644
--- a/freemarker-manual/src/main/docgen/en_US/book.xml
+++ b/freemarker-manual/src/main/docgen/en_US/book.xml
@@ -35,11 +35,12 @@
   <preface role="index.html" xml:id="preface">
     <title>What is Apache FreeMarker?</title>
 
-    <para>FreeMarker® is a <emphasis>template engine</emphasis>: a generic
-    tool to generate text output (HTML web pages, e-mails, configuration
-    files, source code, etc.) based on templates and changing data. It's not
-    an application for end-users in itself, but a Java library, a component
-    that programmers can embed into their products.</para>
+    <para>FreeMarker<superscript>®</superscript> is a <emphasis>template
+    engine</emphasis>: a generic tool to generate text output (HTML web pages,
+    e-mails, configuration files, source code, etc.) based on templates and
+    changing data. It's not an application for end-users in itself, but a Java
+    library, a component that programmers can embed into their
+    products.</para>
 
     <para>Templates are written in the FreeMarker Template Language (FTL).
     It's a simple, specialized language, <emphasis>not</emphasis> a full-blown

Reply via email to