Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: This article provides specific guidance for using Markdown in our documentation.
ms.date: 04/23/2024
ms.date: 08/01/2024
title: Markdown best practices
---
# Markdown best practices
Expand Down Expand Up @@ -50,9 +50,9 @@ Only use [ATX headings][07] (`#` style, as opposed to `=` or `-` style headers).

## Limit line length to 100 characters

This applies to conceptual articles and cmdlet reference. Limiting the line length improves the
readability of `git` diffs and history. It also makes it easier for other writers to make
contributions.
This applies to conceptual articles and cmdlet reference. For `about_` topics, limit the line
length to 79 characters. Limiting the line length improves the readability of `git` diffs and
history. It also makes it easier for other writers to make contributions.

Use the [Reflow Markdown][09] extension in VS Code to reflow paragraphs to fit the prescribed line
length.
Expand Down