diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-03-22 14:54:07 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | cdaba1c73f0555e1128a7a35addddcfaf715dbde (patch) | |
tree | bae4b5cbacd1db42d993b5043ff9c66c8478f08c /src/sdp/ao_object_setter.d | |
parent | 0.13.6 dlang function calls, syntax (ufcs related), logic should be retained (diff) |
0.13.7 tables ao and html output, poem html output
Diffstat (limited to 'src/sdp/ao_object_setter.d')
-rw-r--r-- | src/sdp/ao_object_setter.d | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/sdp/ao_object_setter.d b/src/sdp/ao_object_setter.d index 698c39e..f09e64d 100644 --- a/src/sdp/ao_object_setter.d +++ b/src/sdp/ao_object_setter.d @@ -28,7 +28,13 @@ template ObjectSetter() { bool inline_links = false; bool inline_notes_reg = false; bool inline_notes_star = false; - string syntax = ""; + string language = ""; // not implemented, consider + string code_block_syntax = ""; + int table_number_of_columns = 0; + double[] table_column_widths = []; + string[] table_column_aligns = []; + bool table_heading = false; + bool table_walls = false; // not implemented int ocn = 0; string segment_anchor_tag = ""; string segname_prev = ""; |