Skip to content

Commit

Permalink
Add byte-order mark to docs/*/*.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Jul 6, 2023
1 parent 8d5a849 commit 0a67729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


![OASIS Logo](https://docs.oasis-open.org/templates/OASISLogo-v3.0.png)

-------
Expand Down
1 change: 1 addition & 0 deletions lib/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ fs.readdirSync(__dirname + "/..", { withFileTypes: true }).forEach(function (
__dirname + "/../docs/" + doc.name + "/" + doc.name + ".html"
)
);
md.write(Buffer.of(0xEF, 0xBB, 0xBF));
new Number(doc.name)
.build(
new PassThrough()
Expand Down

0 comments on commit 0a67729

Please sign in to comment.