Skip to content

Commit

Permalink
Merge branch '3.3.x'
Browse files Browse the repository at this point in the history
Closes gh-43623
  • Loading branch information
snicoll committed Dec 28, 2024
2 parents 3e39b02 + 45813cb commit 61bdc91
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2023 the original author or authors.
* Copyright 2012-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -116,6 +116,7 @@ private String format(String input) {
.replace("&lt;", "<")
.replace("&gt;", ">")
.replace("<br>", " ")
.replace("<p>", " ")
.replace("\n", " ")
.replace("&quot;", "\"")
.replaceAll("\\{@code (.*?)}", "`$1`")
Expand Down

0 comments on commit 61bdc91

Please sign in to comment.