From b5c2726decdb02b8023dcc311fc42f5f8ede7519 Mon Sep 17 00:00:00 2001 From: Richard Hainsworth Date: Fri, 7 Dec 2018 12:10:58 +0800 Subject: [PATCH] Update pod.pod6 Latest Rakudo compiles and supplies Pod::Defn, so this is now rendered as dd/dt items. Eliminate references to future and to specific renderers. --- doc/Language/pod.pod6 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/Language/pod.pod6 b/doc/Language/pod.pod6 index 2a20c120e..c210010a9 100644 --- a/doc/Language/pod.pod6 +++ b/doc/Language/pod.pod6 @@ -320,7 +320,7 @@ When you're not blue. When you're not happy. =end code -will be rendered with C this way: +will be rendered as =defn Happy When you're not blue. @@ -328,8 +328,6 @@ When you're not blue. =defn Blue When you're not happy. -Which, for the time being, is a simple HTML paragraph, but the format might change in the future. - =head3 Multi-level lists Lists may be multi-level, with items at each level specified using the C<=item1>, C<=item2>, C<=item3>, etc. blocks.