From 4dde59c5b71e1371d43aa04701390fbadb68e5f1 Mon Sep 17 00:00:00 2001 From: Erik Schierboom <erik_schierboom@hotmail.com> Date: Fri, 6 Oct 2023 10:46:31 +0200 Subject: [PATCH] Convert backtick (`) admonition fences to tildes (~). (#276) --- exercises/practice/pangram/.docs/introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/practice/pangram/.docs/introduction.md b/exercises/practice/pangram/.docs/introduction.md index d38fa341..32b6f1fc 100644 --- a/exercises/practice/pangram/.docs/introduction.md +++ b/exercises/practice/pangram/.docs/introduction.md @@ -7,10 +7,10 @@ To give a comprehensive sense of the font, the random sentences should use **all They're running a competition to get suggestions for sentences that they can use. You're in charge of checking the submissions to see if they are valid. -```exercism/note +~~~~exercism/note Pangram comes from Greek, παν γράμμα, pan gramma, which means "every letter". The best known English pangram is: > The quick brown fox jumps over the lazy dog. -``` +~~~~