From 7db4c69ab98b723dce741a1afff6a311d5598b63 Mon Sep 17 00:00:00 2001 From: Tony Meyer Date: Wed, 18 Dec 2024 09:05:40 +1300 Subject: [PATCH] doc: fix Markdown syntax in ops.testing readme The previous syntax made Markdown treat the entire paragraph as the title. I don't think this was intended. Maybe there was originally a list or something else at this point, but this changes the formatting back to a normal title for a single sentence, and then the following paragraph is formatted normally. Copied from @jameinel 's PR in the old repo: https://github.com/canonical/ops-scenario/pull/205 (I accidentally made this change in 0c55e6473c604c7f041fbc92201d59429fec070d). --- testing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/README.md b/testing/README.md index 9b1f5e307..b9eedeefa 100644 --- a/testing/README.md +++ b/testing/README.md @@ -613,7 +613,7 @@ Pebble can generate notices, which Juju will detect, and wake up the charm to let it know that something has happened in the container. The most common use-case is Pebble custom notices, which is a mechanism for the workload application to trigger a charm event. -- + When the charm is notified, there might be a queue of existing notices, or just the one that has triggered the event: