File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 72
72
"@types/lodash.last" : " ^3.0.9" ,
73
73
"@types/turndown" : " ^5.0.4" ,
74
74
"@types/arr-diff" : " ^4.0.3" ,
75
+ "@types/markdown-it" : " ^13.0.7" ,
75
76
"@types/figlet" : " ^1.5.8" ,
76
77
"@types/markdown-it" : " ^13.0.7" ,
77
78
"@vicons/material" : " ^0.12.0" ,
152
153
"lodash.flattendeep" : " ^4.4.0" ,
153
154
"lodash.last" : " ^3.0.0" ,
154
155
"lorem-ipsum-japanese" : " ^1.0.1" ,
156
+ "markdown-it" : " ^14.0.0" ,
155
157
"marked" : " ^10.0.0" ,
156
158
"mathjs" : " ^11.9.1" ,
157
159
"mime-types" : " ^2.1.35" ,
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ import { tool as icalGenerator } from './ical-generator';
63
63
import { tool as imageToCss } from './image-to-css' ;
64
64
import { tool as jsonToGo } from './json-to-go' ;
65
65
import { tool as jsonToSchema } from './json-to-schema' ;
66
+ import { tool as markdownToHtml } from './markdown-to-html' ;
66
67
import { tool as pdfSignatureChecker } from './pdf-signature-checker' ;
67
68
import { tool as numeronymGenerator } from './numeronym-generator' ;
68
69
import { tool as macAddressGenerator } from './mac-address-generator' ;
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ function printHtml() {
37
37
38
38
<div flex justify-center >
39
39
<n-button @click =" printHtml" >
40
- Print as PDF
40
+ Print (ie, use a PDF Printer to get a PDF file)
41
41
</n-button >
42
42
</div >
43
43
</div >
You can’t perform that action at this time.
0 commit comments