Skip to content

Commit

Permalink
Mdsnippets use InPlaceOverwrite #5
Browse files Browse the repository at this point in the history
  • Loading branch information
coenm committed Oct 13, 2020
1 parent 251e03e commit 3587f88
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 119 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
<!--
GENERATED FILE - DO NOT EDIT
This file was generated by [MarkdownSnippets](https://github.com/SimonCropp/MarkdownSnippets).
Source File: /README.source.md
To change this file edit the source file and then run MarkdownSnippets.
-->

# VersionedPdfGenerator

Opens docx files, updates DOCVARIABLES, and saves as pdf file.
Expand Down Expand Up @@ -52,7 +45,7 @@ DocVariables:

All variables supported at this moment can be found [here](documentation/Variables.md).

An example of a config file can be found [in the example directory](example/.VersionedPdfGenerator.yaml).
An example of a config file can be found [in the example directory](example/basic/VersionedPdfGenerator.yaml).

### Methods

Expand Down
111 changes: 0 additions & 111 deletions README.source.md

This file was deleted.

Binary file modified example/basic/example document.docx
Binary file not shown.
3 changes: 3 additions & 0 deletions mdsnippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
"Exclude": [ "_ReSharper.Caches", "packages", "build"],
"MaxWidth": 120,
"TreatMissingAsWarning": true,
"WriteHeader": false,
"ReadOnly": false,
"Convention": "InPlaceOverwrite"
}

0 comments on commit 3587f88

Please sign in to comment.