From 1174ca14aca761aa1eec9b0e1b42e38223480b90 Mon Sep 17 00:00:00 2001 From: finanalyst Date: Fri, 29 Nov 2024 22:16:44 +0000 Subject: [PATCH 1/2] relates to issue #60 --- rakudoc_draft_3.rakudoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rakudoc_draft_3.rakudoc b/rakudoc_draft_3.rakudoc index 0720d72..a97ac4a 100644 --- a/rakudoc_draft_3.rakudoc +++ b/rakudoc_draft_3.rakudoc @@ -1,7 +1,7 @@ =begin rakudoc :kind("Language") :subkind("Language") :category("reference") =TITLE RakuDoc =SUBTITLE A Raku slang for documenting Raku software to aid development and use. -=VERSION 2.10.1 +=VERSION 2.10.2 RakuDoc is a markup language with simple instructions for simple tasks and more complex structures to suit larger projects. There is a clear distinction between @@ -1256,7 +1256,8 @@ emphasize a particular keyword in an example (using a C> code). Or you may w part of the example is metasyntactic (using the C> code). Or you might need to insert a non-ASCII character (using the C> code). -You can specify a list of markup instructions that should still be recognized within a code block using +You can specify a list of L markup instructions (B C H I J K R S T U V N O) +that should still be recognized within a code block using the C<:allow> option. The value of the C<:allow> option must be a list of the (single-letter) names of one or more markup instructions. Those codes will then remain active inside the code block. For example: From 365dd967efc495e753a77ad31190e6ca7a9cc76f Mon Sep 17 00:00:00 2001 From: finanalyst Date: Sat, 30 Nov 2024 10:43:40 +0000 Subject: [PATCH 2/2] re-order sequence --- rakudoc_draft_3.rakudoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rakudoc_draft_3.rakudoc b/rakudoc_draft_3.rakudoc index a97ac4a..edf6453 100644 --- a/rakudoc_draft_3.rakudoc +++ b/rakudoc_draft_3.rakudoc @@ -1256,7 +1256,7 @@ emphasize a particular keyword in an example (using a C> code). Or you may w part of the example is metasyntactic (using the C> code). Or you might need to insert a non-ASCII character (using the C> code). -You can specify a list of L markup instructions (B C H I J K R S T U V N O) +You can specify a list of L markup instructions (B C H I J K N O R S T U V) that should still be recognized within a code block using the C<:allow> option. The value of the C<:allow> option must be a list of the (single-letter) names of one or more markup instructions. Those codes will then remain active inside the code block. @@ -3732,20 +3732,20 @@ specified as an entity (C«E»). The following codes may I contain display text: =begin nested -=begin code :allow :lang +=begin code :allow :langB C H I J K N O R S T U V BV«< » I V« >» CV«< » I V« >» HV«< » I V« >» IV«< » I V« >» JV«< » I V« >» KV«< » I V« >» +NV«< » I V« >» +OV«< » I V« >» RV«< » I V« >» SV«< » I V« >» TV«< » I V« >» UV«< » I V« >» VV«< » I V« >» -NV«< » I V« >» -OV«< » I V« >» =end code =end nested