diff options
| author | John MacFarlane <[email protected]> | 2022-07-11 23:40:45 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-07-11 23:40:45 +0200 |
| commit | 05ab2060d69441b26e8cd54f8bf75e5e9561b70f (patch) | |
| tree | d8917796140a67df968aec5b818f6c43ea5a51e7 /data | |
| parent | 9d256aa19bdbe3db5dd42332a4af7c58dfef7466 (diff) | |
ms writer: add comment in preamble stating generator.
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/default.ms | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/templates/default.ms b/data/templates/default.ms index 96af30fb6..bbabf0406 100644 --- a/data/templates/default.ms +++ b/data/templates/default.ms @@ -1,3 +1,7 @@ +$if(pandoc-version)$ +.\" Automatically generated by Pandoc $pandoc-version$ +.\" +$endif$ .\" **** Custom macro definitions ********************************* .\" * Super/subscript .\" (https://lists.gnu.org/archive/html/groff/2012-07/msg00046.html) |
