diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-07-02 00:22:17 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-04 14:48:18 -0400 |
commit | 951d136957c14bed5581a11fe41bdebd174d5ce8 (patch) | |
tree | a1e89be8661bc35a53104a2428dbd95de9a970e2 /org/output.org | |
parent | rename files ao_conf_make_meta.d from ao_header_extract.d (org/ output) (diff) |
file renaming, whitespace cleaning
Diffstat (limited to 'org/output.org')
-rw-r--r-- | org/output.org | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/org/output.org b/org/output.org index e8187d6..69779f2 100644 --- a/org/output.org +++ b/org/output.org @@ -23,6 +23,7 @@ struct SDPoutputHTML { #+END_SRC *** css + #+name: output_html #+BEGIN_SRC d auto html_css() { @@ -1333,6 +1334,7 @@ struct SDPoutputHTML { *** html **** html functions + #+name: output_html #+BEGIN_SRC d auto html_toc(O)( @@ -1392,6 +1394,7 @@ struct SDPoutputHTML { #+END_SRC **** html scroll head & tail + #+name: output_html #+BEGIN_SRC d auto scroll_head() { @@ -1441,6 +1444,7 @@ struct SDPoutputHTML { #+END_SRC **** html scroll + #+name: output_html #+BEGIN_SRC d auto scroll(C)( @@ -1527,6 +1531,7 @@ struct SDPoutputHTML { ** pgsql :pgsql: * tangles :tangle: ** code structure: :output.d: + #+BEGIN_SRC d :tangle ../src/sdp/output_hub.d /+ output hub @@ -1537,7 +1542,8 @@ template SiSUoutputHub() { } #+END_SRC -** head +** example head + <!DOCTYPE html> <html> <head> @@ -1568,8 +1574,6 @@ template SiSUoutputHub() { <body lang="en"> <a name="top" id="top"></a> - - <a name="bottom" id="bottom"></a> <a name="end" id="end"></a> </div> |