We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb6be2 commit b4e5f8eCopy full SHA for b4e5f8e
.licenserc.yaml
@@ -11,5 +11,6 @@ header:
11
- '**/*.rs'
12
paths-ignore:
13
- '**/generated/*.rs'
14
+ - 'parse-rfd/parser/dist/index.js'
15
16
comment: on-failure
parse-rfd/parser/index.js
@@ -1,3 +1,7 @@
1
+// This Source Code Form is subject to the terms of the Mozilla Public
2
+// License, v. 2.0. If a copy of the MPL was not distributed with this
3
+// file, You can obtain one at https://mozilla.org/MPL/2.0/.
4
+
5
let Asciidoctor = require("@asciidoctor/core");
6
let convert = require("html-to-text").convert;
7
0 commit comments