On Fri, 27 Jan 2023 18:41:45 GMT, Jonathan Gibbons <j...@openjdk.org> wrote:

> Please review a simple change to allow the use of _newline_ _whitespace_ `@` 
> inside inline tags that allow rich content (that is, those parsed with 
> `inlineContent`) as compared to those that only allow plain text (that is, 
> those parsed with `inlineText`).
> 
> The fix is to delete the code which recognizes `@` as the beginning of a 
> block tag. Compare to the similar fix in 
> [JDK-8241780](https://bugs.openjdk.org/browse/JDK-8241780)
> 
> The general `TagTest.java` is updated for the new feature.

This pull request has now been integrated.

Changeset: 24ff3da0
Author:    Jonathan Gibbons <j...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/24ff3da0543dc9e4c20594a7ff19e4b9eb1a6a1f
Stats:     78 lines in 4 files changed: 54 ins; 8 del; 16 mod

8301201: Allow \n@ inside inline tags using inlineContent

Reviewed-by: hannesw

-------------

PR: https://git.openjdk.org/jdk/pull/12264

Reply via email to