Skip to content

Commit

Permalink
Update markdown lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwhatley committed Jan 20, 2025
1 parent f3db58a commit cfb4db5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/posts/how-to/2024-01-17-how-to-write-markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A short guide to using Markdown to format your content
date: 2025-01-17
---

<!-- markdownlint-disable MD049 MD050 -->
<!-- markdownlint-disable MD040 MD049 MD050 -->

We write design history posts in Markdown, a lightweight markup language that uses special characters to format plain text. The website converts the Markdown into HTML for display on the site.

Expand Down Expand Up @@ -445,4 +445,4 @@ const router = govukPrototypeKit.requests.setupRouter()

You should put blank lines before and after a horizontal rule for fenced code blocks.

<!-- markdownlint-enable MD049 MD050 -->
<!-- markdownlint-enable MD040 MD049 MD050 -->

0 comments on commit cfb4db5

Please sign in to comment.