mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
39 lines
600 B
Markdown
39 lines
600 B
Markdown
# Docfx Tab Syntax
|
|
|
|
Examples copied from: <https://dotnet.github.io/docfx/docs/markdown.html?tabs=linux%2Cdotnet#tabs>
|
|
|
|
---
|
|
|
|
# [Tab Display Name](#tab/tab-id)
|
|
|
|
---
|
|
|
|
# [Linux](#tab/linux)
|
|
|
|
Content for Linux...
|
|
|
|
# [Windows](#tab/windows)
|
|
|
|
Content for Windows...
|
|
|
|
---
|
|
|
|
# [.NET](#tab/dotnet/linux)
|
|
|
|
.NET content for Linux...
|
|
|
|
# [.NET](#tab/dotnet/windows)
|
|
|
|
.NET content for Windows...
|
|
|
|
# [TypeScript](#tab/typescript/linux)
|
|
|
|
TypeScript content for Linux...
|
|
|
|
# [TypeScript](#tab/typescript/windows)
|
|
|
|
TypeScript content for Windows...
|
|
|
|
# [REST API](#tab/rest)
|
|
|
|
REST API content, independent of platform...
|