From 6200bde96fc1942e0b54e6d87db3f43c0cb0e4cf Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Thu, 6 Aug 2026 10:30:52 +0100 Subject: [PATCH] Add ClearProse --- library.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/library.json b/library.json index f2db7c5..9026079 100644 --- a/library.json +++ b/library.json @@ -9,6 +9,16 @@ "style" ] }, + { + "name": "ClearProse", + "description": "Prohibits em dashes in reStructuredText prose, without reporting them inside code blocks or inline literals.", + "homepage": "https://github.com/adamtheturtle/vale-style-clear-prose", + "url": "https://github.com/adamtheturtle/vale-style-clear-prose/releases/latest/download/ClearProse.zip", + "logo": "https://github.com/adamtheturtle.png", + "tags": [ + "style" + ] + }, { "name": "Elastic", "description": "Elastic Docs' style guide rules for the Vale linter.",