diff --git a/crates/weaver_forge/README.md b/crates/weaver_forge/README.md index 8d90df92..42f4993c 100644 --- a/crates/weaver_forge/README.md +++ b/crates/weaver_forge/README.md @@ -757,7 +757,6 @@ The resulting comment in JavaDoc format would be: * This is a note about the attribute {@code attr}. It can be multiline. *
* It can contain a list: - *
*
* If a specific domain defines its own set of error identifiers (such as HTTP or gRPC status codes), * it's RECOMMENDED to: - *
*
* It can contain a list: - *
*
* If a specific domain defines its own set of error identifiers (such as HTTP or gRPC status codes), * it's RECOMMENDED to: - *
*
* If a specific domain defines its own set of error identifiers (such as HTTP or gRPC status codes), * it's RECOMMENDED to: - *
*
* If a specific domain defines its own set of error identifiers (such as HTTP or gRPC status codes), * it's RECOMMENDED to: - *
*
* If a specific domain defines its own set of error identifiers (such as HTTP or gRPC status codes), * it's RECOMMENDED to: - *
*
* When {@code error.type} is * set to a type (e.g., an @@ -484,7 +479,6 @@ it's RECOMMENDED to: * canonical class name * identifying the type within * the artifact SHOULD be used. - * *
* Instrumentations SHOULD * document the list of errors @@ -514,7 +508,6 @@ it's RECOMMENDED to: * identifiers (such as HTTP or * gRPC status codes), it's * RECOMMENDED to: - *
*
", indent)?; + } + ctx.add_old_style_paragraph = false; } match md_node { @@ -264,7 +268,7 @@ impl<'source> HtmlRenderer<'source> { self.write_html_to(ctx, indent, child, format, options)?; } if options.old_style_paragraph { - ctx.leftover_tag = Some("\n
".to_owned()); + ctx.add_old_style_paragraph = true; } else { ctx.push_unbroken_ln("
", indent)?; } @@ -544,7 +548,6 @@ If the operation has completed successfully, instrumentations SHOULD NOT set {@cIf a specific domain defines its own set of error identifiers (such as HTTP or gRPC status codes), it's RECOMMENDED to: -