diff --git a/Volume1/ch-37.html b/Volume1/ch-37.html index 3c137df..af8a67e 100644 --- a/Volume1/ch-37.html +++ b/Volume1/ch-37.html @@ -51,7 +51,7 @@
-
+
The Final Text ITI Technical Framework is published here in HTML format and is no longer published as PDF. Trial Implementation supplements are available from the Volume 1 Table of Contents.
diff --git a/Volume3/ch-5.10.html b/Volume3/ch-5.10.html index e4da9da..3708757 100644 --- a/Volume3/ch-5.10.html +++ b/Volume3/ch-5.10.html @@ -49,7 +49,7 @@
-
+
The Final Text ITI Technical Framework is published here in HTML format and is no longer published as PDF. Trial Implementation supplements are available from the Volume 1 Table of Contents.
diff --git a/gen-html.bat b/gen-html.bat new file mode 100644 index 0000000..e605d87 --- /dev/null +++ b/gen-html.bat @@ -0,0 +1 @@ +pandoc -r gfm --template=https://github.com/IHE/publications/wiki/files/ihe_template.html --metadata title="DSG JSON Signature" --metadata path-prefix="../../" -w html -o index.html README0.md diff --git a/style.css b/style.css new file mode 100644 index 0000000..f95ffef --- /dev/null +++ b/style.css @@ -0,0 +1,12 @@ +/* basic table styling */ +table, th, td { + border: 1px solid black; +} + + +img { + margin-top: 20pt; + margin-bottom: 20pt; + max-width:100%; + height: auto; +} \ No newline at end of file