From d67f94fc2af8be775dd9cc01f5feacd501b71721 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 12 Dec 2018 10:53:41 -0500 Subject: 0.4.1 markup syntax extension for blocks, re: attributes - for all blocks, e.g. - table{ - table(){ - table([recognized attributes if any]){ - code{ - code(){ - code.d([recognized attributes if any]){ - allows for the subsequent addition of attributes as required --- org/doc_reform.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org/doc_reform.org') diff --git a/org/doc_reform.org b/org/doc_reform.org index afc7477..bef16f0 100644 --- a/org/doc_reform.org +++ b/org/doc_reform.org @@ -26,7 +26,7 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 4, 0); +enum ver = Version(0, 4, 1); #+END_SRC ** compilation restrictions (supported compilers) -- cgit v1.2.3