From 4ce6406a6a9885f380cd4a1350cc255571380ff1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 2 Sep 2022 19:31:29 +0300 Subject: fix: markup to be riki compantible riki is my re-implementation of a subset of ikiwiki. some of ikiwiki's markup doesn't work with riki's markdown parser. Sponsored-by: author --- blog/2019/09/22/subplot_and_requirement_tracking.mdwn | 15 ++++++--------- .../01/02/_iteration_planning_meeting_january_2nd.mdwn | 2 +- blog/2021/07/30/meeting.mdwn | 2 +- blog/2022/06/18/planning.mdwn | 2 +- 4 files changed, 9 insertions(+), 12 deletions(-) (limited to 'blog') diff --git a/blog/2019/09/22/subplot_and_requirement_tracking.mdwn b/blog/2019/09/22/subplot_and_requirement_tracking.mdwn index 312d9d0..74cf418 100644 --- a/blog/2019/09/22/subplot_and_requirement_tracking.mdwn +++ b/blog/2019/09/22/subplot_and_requirement_tracking.mdwn @@ -10,11 +10,8 @@ First, assign each requirement a unique mnemonic id. In this example, it is the word in the definition list below. The "Req" suffix is just a convention. -**SecureReq** -: System must be sequre. - -**FastReq** -: The system must be fast. +* **SecureReq:** System must be sequre. +* **FastReq:** The system must be fast. # First scenario tests SequreReq only {#first .SequreReq} @@ -41,8 +38,8 @@ and it still serves all legitimate users Subplot will then annotate the output so that each requirement has links to the scenarios that test them, something like this: -**SecureReq** ([first](#first), [second](#second)) -: System must be sequre. +* **SecureReq:** ([first](#first), [second](#second)) + - System must be sequre. -**FastReq** ([second](#second)) -: The system must be fast. +* **FastReq:** ([second](#second)) + - The system must be fast. diff --git a/blog/2021/01/02/_iteration_planning_meeting_january_2nd.mdwn b/blog/2021/01/02/_iteration_planning_meeting_january_2nd.mdwn index 889ebd0..3a735c8 100644 --- a/blog/2021/01/02/_iteration_planning_meeting_january_2nd.mdwn +++ b/blog/2021/01/02/_iteration_planning_meeting_january_2nd.mdwn @@ -41,7 +41,7 @@ need for more flexibility in Subplot. We haven't filed an issue about this yet, as it'd be too woolly. We finished [[!milestone 19]], having fixed [[!issue 130]], [[!issue -129]], [[!issue 123]], [[!issue 101]. +129]], [[!issue 123]], [[!issue 101]]. Progress was made on [[!issue 131]], [[!issue 108]], [[!issue 22]]. diff --git a/blog/2021/07/30/meeting.mdwn b/blog/2021/07/30/meeting.mdwn index 4a90f6c..b10204e 100644 --- a/blog/2021/07/30/meeting.mdwn +++ b/blog/2021/07/30/meeting.mdwn @@ -1,6 +1,6 @@ [[!meta title="Iteration planning: July 31"]] [[!tag meeting]] -[[!meta date="2021-07-31 18:00 +0300"]] +[[!meta date="2021-07-31 18:00:00 +0300"]] [[!toc levels=2]] diff --git a/blog/2022/06/18/planning.mdwn b/blog/2022/06/18/planning.mdwn index 59d5b37..d94a0b7 100644 --- a/blog/2022/06/18/planning.mdwn +++ b/blog/2022/06/18/planning.mdwn @@ -1,5 +1,5 @@ [[!meta title="Iteration planning: June 18 – July 2"]] -[[!meta date="Sat, 18 June 2022 13:50:00 +0100"]] +[[!meta date="2022-06-18 13:50:00 +0100"]] [[!tag meeting]] [[!toc levels=2]] -- cgit v1.2.1