diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2018-12-12 10:53:41 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-05-17 16:59:38 -0400 |
commit | d67f94fc2af8be775dd9cc01f5feacd501b71721 (patch) | |
tree | 8d02c5424235820629085b5f429110bf13194db2 /org/doc_reform.org | |
parent | output_hub conditional imports (diff) |
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
Diffstat (limited to 'org/doc_reform.org')
-rw-r--r-- | org/doc_reform.org | 2 |
1 files changed, 1 insertions, 1 deletions
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) |