From 06b9aed5dd922cdf5bf032e121054191ff6e9242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 14 Feb 2024 18:42:11 -0500 Subject: [PATCH] Make style of code shown clearly HTML --- templates/drupal-module-project.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/drupal-module-project.md b/templates/drupal-module-project.md index c06b2b6..4e9e19c 100644 --- a/templates/drupal-module-project.md +++ b/templates/drupal-module-project.md @@ -2,7 +2,7 @@ *This is what Drupal provides as a prompt for the description of a new module:* -``` +```html Here, write an introduction that summarizes the purpose and function of this project with a focus on users brand new to Drupal. Answer the question: What solution does this module provide? The first 200 characters of this will be shown when browsing projects. Alternatively, you can click “Edit summary” above and enter the exact summary you want (it should be 200 characters or less).

Features

@@ -31,6 +31,6 @@ You may continue to put additional information below here, if there are other th *For financial support, a good default for our modules is:* -``` +```html You can support Agaric's overall contributions to Drupal and a bit beyond by supporting Drutopia at opencollective.com/drutopia. Thanks!! ```