1
0
Fork 0

Fix markdown rendering for table anchors

This commit is contained in:
MaBu 2025-10-10 14:16:04 +02:00 committed by GitHub
parent fe730d3ad9
commit b2f9996fa4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -388,7 +388,7 @@ Here is a comprehensive list of labels that are provided by the metrics:
Here is a comprehensive list of labels that are provided by the metrics: Here is a comprehensive list of labels that are provided by the metrics:
| <a id="Label" href="#Label" title="#Label">Label</a> | Description | example | | <a id="Label" href="#Label" title="#Label">Label</a> | Description | example |
| <a id="row" href="#row" title="#row">------ -----</a> |------------|---------------| |-------------------------------------------------------------------------------------------------------------------------------------------------|------------|---------------|
| <a id="error-type-2" href="#error-type-2" title="#error-type-2">`error.type`</a> | Describes a class of error the operation ended with | "500" | | <a id="error-type-2" href="#error-type-2" title="#error-type-2">`error.type`</a> | Describes a class of error the operation ended with | "500" |
| <a id="http-request-method-2" href="#http-request-method-2" title="#http-request-method-2">`http.request.method`</a> | HTTP request method | "GET" | | <a id="http-request-method-2" href="#http-request-method-2" title="#http-request-method-2">`http.request.method`</a> | HTTP request method | "GET" |
| <a id="http-response-status-code-2" href="#http-response-status-code-2" title="#http-response-status-code-2">`http.response.status_code`</a> | HTTP response status code | "200" | | <a id="http-response-status-code-2" href="#http-response-status-code-2" title="#http-response-status-code-2">`http.response.status_code`</a> | HTTP response status code | "200" |