From 0bf6a668208c65c980648fbe74a8c0a7bf4ded77 Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Wed, 20 Nov 2024 01:08:20 +0800 Subject: Markdown emphasis corrections (#5588) * Add markdown formatting to extras/formatting.sh * Correct formatting in markdown * Warn on unrecognized argument in formatting script * Print all diffs in formatting script * Correct markdown emph formatting * Don't format markdown by default --------- Co-authored-by: Yong He --- docs/design/experimental.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/design') diff --git a/docs/design/experimental.md b/docs/design/experimental.md index 28f6ef9cd..38707ab1c 100644 --- a/docs/design/experimental.md +++ b/docs/design/experimental.md @@ -31,7 +31,7 @@ Adding Experimental Interfaces When the above recommendations cannot be followed, as with features that are expected to be iterated on or are regarded as temporary, there are additional recommendations. -Interfaces that are expected to change must be marked "_Experimental" in their class name and in their UUID name. +Interfaces that are expected to change must be marked `_Experimental` in their class name and in their UUID name. For example, -- cgit v1.2.3