diff --git a/Makefile b/Makefile index cfb327737..4c543e5e9 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ markdown-toc: $(MARKDOWN_TOC) @for f in $(ALL_DOCS); do \ if grep -q '' $$f; then \ echo markdown-toc: processing $$f; \ - $(MARKDOWN_TOC) --no-first-h1 -i $$f; \ + $(MARKDOWN_TOC) --no-first-h1 --no-stripHeadingTags -i $$f; \ else \ echo markdown-toc: no TOC markers, skipping $$f; \ fi; \ diff --git a/specification/logs/semantic_conventions/media.md b/specification/logs/semantic_conventions/media.md index 67b700d7e..b21452bc2 100644 --- a/specification/logs/semantic_conventions/media.md +++ b/specification/logs/semantic_conventions/media.md @@ -6,6 +6,9 @@ This document describes attributes for log media in OpenTelemetry. Log media are +
+Table of Contents + - [Log Media](#log-media) @@ -14,6 +17,8 @@ This document describes attributes for log media in OpenTelemetry. Log media are +
+ ## Log Media **Note:** The OpenTelemetry specification defines a [Resource](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/sdk.md#resource-sdk) as `an immutable representation of the entity producing telemetry`.