Skip to content
Snippets Groups Projects
Verified Commit f7d38658 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: commit save point

parent 80bfae17
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ import (
"os"
"path"
"path/filepath"
"strings"
"gopkg.in/yaml.v3"
)
......@@ -81,7 +82,7 @@ func rewriteFiles(pageData map[string]*requirement) error {
encoder.Close()
text := "---\n" + buf.String() + "\n...\n"
text += pd.OriginText
text += strings.Trim(pd.OriginText, "\n")
info, err := os.Stat(filename)
if err != nil {
......
......@@ -102,15 +102,6 @@ Privacy:
TOM: null
...
### {{ .Title }} - {{ .ID }}
#### Subheading
......@@ -165,5 +156,4 @@ test
test
@todo das ist ein todo
@todo das ist ein todo
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment