This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new af2446d formatting
af2446d is described below
commit af2446dd550d8b44987c30ae6eb0a07850b7e476
Author: Paul King <[email protected]>
AuthorDate: Fri Feb 28 00:22:19 2025 +1000
formatting
---
site/src/site/blog/groovy-text-similarity.adoc | 12 ++++++------
site/src/site/blog/netbeans.adoc | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/site/src/site/blog/groovy-text-similarity.adoc
b/site/src/site/blog/groovy-text-similarity.adoc
index 45ec1c1..07d7ee2 100644
--- a/site/src/site/blog/groovy-text-similarity.adoc
+++ b/site/src/site/blog/groovy-text-similarity.adoc
@@ -6,19 +6,19 @@ Paul King <paulk-asert|PMC_Member>; James King
<jakingy|Contributor>
== Introduction
-> Let's build a wordle-like word guessing game. But instead of telling you how
many
+> [blue]#Let's build a wordle-like word guessing game. But instead of telling
you how many
> correct and misplaced letters, we'll give you more hints, but slightly less
> obvious
-> ones, to make it a little more challenging!
+> ones, to make it a little more challenging!#
>
-> We won't (directly) even tell you how many letters are in the word,
-> but we'll give hints like:
+> [blue]#We won't (directly) even tell you how many letters are in the word,
+> but we'll give hints like:#
>
-> * How close your guess *_sounds_* like the hidden word.
+> [blue]#* How close your guess *_sounds_* like the hidden word.
> * How close your guess is to the *_meaning_* of the hidden word.
> * Instead of correct and misplaced letters, we'll give you some *_distance
> and similarity measures_* which will give you clues about how many
> correct letters you have, whether you have the correct letters in order,
-> and so forth.
+> and so forth.#
So, we're thinking of a game that is a cross between other games.
Guessing letters of a word like
diff --git a/site/src/site/blog/netbeans.adoc b/site/src/site/blog/netbeans.adoc
index ffaea8d..ee15668 100644
--- a/site/src/site/blog/netbeans.adoc
+++ b/site/src/site/blog/netbeans.adoc
@@ -4,7 +4,7 @@ Paul King <paulk-asert|PMC_Member>
:keywords: netbeans, groovy, apache, debug, gradle
:description: This post looks at using NetBeans and Groovy.
-> _Let's try using the latest Apache NetBeans with Apache Groovy._
+> [blue]#_Let's try using the latest Apache NetBeans with Apache Groovy._#
The https://netbeans.apache.org/[Apache NetBeans] project recently
https://netbeans.apache.org/front/main/blogs/entry/announce-apache-netbeans-25-released/[announced]
the release of Apache NetBeans 25. Let's take it for a spin with