File tree Expand file tree Collapse file tree 3 files changed +3
-15
lines changed
doxdox-renderer-bootstrap/src Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,10 @@ exports[`bootstrap render 1`] = `
10
10
<link
11
11
href = " https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
12
12
rel = " stylesheet"
13
- integrity = " sha256-7ZWbZUAi97rkirk4DcEp4GWDPkWpRMcNaEyXGsNXjLg="
14
- crossorigin = " anonymous"
15
13
/>
16
14
<link
17
- rel = " stylesheet"
18
15
href = " https://cdn.jsdelivr.net/npm/highlight.js@11.9.0/styles/github.css"
19
- integrity = " sha256-Oppd74ucMR5a5Dq96FxjEzGF7tTw2fZ/6ksAqDCM8GY="
20
- crossorigin = " anonymous"
16
+ rel = " stylesheet"
21
17
/>
22
18
<style >
23
19
.pkg-name {
Original file line number Diff line number Diff line change @@ -109,14 +109,10 @@ export default async (doc: Doc): Promise<string> => `<!DOCTYPE html>
109
109
<link
110
110
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
111
111
rel="stylesheet"
112
- integrity="sha256-7ZWbZUAi97rkirk4DcEp4GWDPkWpRMcNaEyXGsNXjLg="
113
- crossorigin="anonymous"
114
112
/>
115
113
<link
116
- rel="stylesheet"
117
114
href="https://cdn.jsdelivr.net/npm/highlight.js@11.9.0/styles/github.css"
118
- integrity="sha256-Oppd74ucMR5a5Dq96FxjEzGF7tTw2fZ/6ksAqDCM8GY="
119
- crossorigin="anonymous"
115
+ rel="stylesheet"
120
116
/>
121
117
<style>
122
118
.pkg-name {
Original file line number Diff line number Diff line change @@ -93,14 +93,10 @@ export default async (doc: Doc): Promise<Buffer> => {
93
93
<link
94
94
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
95
95
rel="stylesheet"
96
- integrity="sha256-7ZWbZUAi97rkirk4DcEp4GWDPkWpRMcNaEyXGsNXjLg="
97
- crossorigin="anonymous"
98
96
/>
99
97
<link
100
- rel="stylesheet"
101
98
href="https://cdn.jsdelivr.net/npm/highlight.js@11.9.0/styles/github.css"
102
- integrity="sha256-Oppd74ucMR5a5Dq96FxjEzGF7tTw2fZ/6ksAqDCM8GY="
103
- crossorigin="anonymous"
99
+ rel="stylesheet"
104
100
/>
105
101
<style>
106
102
@page
You can’t perform that action at this time.
0 commit comments