diff --git a/.vscode/settings.json b/.vscode/settings.json index 082b1943..a227bbc0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,4 @@ { - "makefile.configureOnOpen": false + "makefile.configureOnOpen": false, + "git.enabled": false } \ No newline at end of file diff --git a/didl/markdown.go b/didl/markdown.go index b424be5d..589f943a 100644 --- a/didl/markdown.go +++ b/didl/markdown.go @@ -7,17 +7,17 @@ import ( func (d *DIDLLite) ToMarkdown() string { var buf strings.Builder - buf.WriteString("# DIDL-Lite Document\n\n") + buf.WriteString("### DIDL-Lite Document\n\n") if len(d.Containers) > 0 { - buf.WriteString("## Containers\n\n") + buf.WriteString("#### Containers\n\n") for _, c := range d.Containers { c.markdown(&buf, 0) } } if len(d.Items) > 0 { - buf.WriteString("## Items\n\n") + buf.WriteString("#### Items\n\n") for _, i := range d.Items { i.markdown(&buf, 0) } diff --git a/pmolog/index.html b/pmolog/index.html index afa4bff6..f97a11db 100644 --- a/pmolog/index.html +++ b/pmolog/index.html @@ -6,6 +6,7 @@ @@ -163,6 +269,7 @@ +
@@ -173,11 +280,25 @@