We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e39b02 + 45813cb commit 61bdc91Copy full SHA for 61bdc91
buildSrc/src/main/java/org/springframework/boot/build/mavenplugin/PluginXmlParser.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2012-2023 the original author or authors.
+ * Copyright 2012-2024 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -116,6 +116,7 @@ private String format(String input) {
116
.replace("<", "<")
117
.replace(">", ">")
118
.replace("<br>", " ")
119
+ .replace("<p>", " ")
120
.replace("\n", " ")
121
.replace(""", "\"")
122
.replaceAll("\\{@code (.*?)}", "`$1`")
0 commit comments