From c6ef9ea613c0e66e547fe2aaff82696b7421b469 Mon Sep 17 00:00:00 2001 From: Pete Simonovic <69108995+PetarSimonovic@users.noreply.github.com> Date: Fri, 1 Dec 2023 12:05:10 +0000 Subject: [PATCH 1/2] README updated --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 04ddae215..3ab558020 100644 --- a/README.md +++ b/README.md @@ -144,9 +144,15 @@ The red debugging callout is generated as follows: The blue generic callout is the default if no modifier is specifed: ```html -
- {callout content here} -
+
{callout content here}
+``` + +##### Output + +This class renders a bordered `div` with monospaced text that resembles Python output. Other font styles and images are not yet supported. + +```html +
{output content}
``` ## Deployment From 1f21e1ae1f59c4ccf589fa5901d94efee193178f Mon Sep 17 00:00:00 2001 From: Pete Simonovic <69108995+PetarSimonovic@users.noreply.github.com> Date: Fri, 1 Dec 2023 12:19:48 +0000 Subject: [PATCH 2/2] CHANGELOG updated --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94ebc3a1e..933ca5605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Styling for the task section of the instructions (#781) - Styling for the instructions callouts (#788) +- Output styles for Instructions (#790) ### Changed @@ -23,7 +24,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Added -- Output styles for Instructions (#790) - Javascript support for HTML projects (#748) - DownloadPanel for sidebar (#744) - Custom events for Log In and Sign Up from DownloadPanel (#744)