You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -441,6 +443,16 @@ Markdown PDF をインストールして、Visutal Studio Code で Markdownフ
441
443
- デフォルトの白い背景ではなく、透過によるスクリーンショットのキャプチャーを有効にします
442
444
- boolean. Default: false
443
445
446
+
### PlantUML options
447
+
448
+
#### `markdown-pdf.plantumlOpenMarker`
449
+
- plantuml パーサーの開始区切り文字
450
+
- Default: @startuml
451
+
452
+
#### `markdown-pdf.plantumlCloseMarker`
453
+
- plantuml パーサーの終了区切り文字
454
+
- Default: @enduml
455
+
444
456
<divclass="page"/>
445
457
446
458
## FAQ
@@ -492,26 +504,12 @@ Visual Studio Code の `files.autoGuessEncoding` オプションを使うと、
492
504
493
505
## [Release Notes](CHANGELOG.md)
494
506
495
-
### 1.2.0 (2018/05/03)
496
-
* Add: Support [markdown-it-plantuml](https://github.com/gmunguia/markdown-it-plantuml)
497
-
* Support for lightweight diagrams (PlantUML) [#60](https://github.com/yzane/vscode-markdown-pdf/issues/60)
498
-
499
-
### 1.1.0 (2018/05/03)
500
-
* Add: Support [markdown-it-container](https://github.com/markdown-it/markdown-it-container)[#72](https://github.com/yzane/vscode-markdown-pdf/issues/72)
501
-
502
-
### 1.0.5 (2018/05/03)
503
-
* Improve: Exception handling
504
-
* Improve: Chromium install check
505
-
* Add: Page break
506
-
* Is it possible to insert page breaks? [#25](https://github.com/yzane/vscode-markdown-pdf/issues/25)
@@ -447,6 +449,16 @@ If the download is not successful or you want to avoid downloading every time yo
447
449
- Hides default white background and allows capturing screenshots with transparency
448
450
- boolean. Default: false
449
451
452
+
### PlantUML options
453
+
454
+
#### `markdown-pdf.plantumlOpenMarker`
455
+
- Oppening delimiter used for the plantuml parser.
456
+
- Default: @startuml
457
+
458
+
#### `markdown-pdf.plantumlCloseMarker`
459
+
- Closing delimiter used for the plantuml parser.
460
+
- Default: @enduml
461
+
450
462
<divclass="page"/>
451
463
452
464
## FAQ
@@ -498,26 +510,12 @@ Please use the following to insert a page break.
498
510
499
511
## [Release Notes](CHANGELOG.md)
500
512
501
-
### 1.2.0 (2018/05/03)
502
-
* Add: Support [markdown-it-plantuml](https://github.com/gmunguia/markdown-it-plantuml)
503
-
* Support for lightweight diagrams (PlantUML) [#60](https://github.com/yzane/vscode-markdown-pdf/issues/60)
504
-
505
-
### 1.1.0 (2018/05/03)
506
-
* Add: Support [markdown-it-container](https://github.com/markdown-it/markdown-it-container)[#72](https://github.com/yzane/vscode-markdown-pdf/issues/72)
507
-
508
-
### 1.0.5 (2018/05/03)
509
-
* Improve: Exception handling
510
-
* Improve: Chromium install check
511
-
* Add: Page break
512
-
* Is it possible to insert page breaks? [#25](https://github.com/yzane/vscode-markdown-pdf/issues/25)
<p>This extension convert Markdown file to pdf, html, png or jpeg file.</p>
390
-
<p><ahref="README.ja.md">Japanease README</a></p>
391
-
<h2id="font-colorred-important-notices-font"><fontcolor="red"> Important Notices </font></h2>
392
-
<ul>
393
-
<li>Markdown PDF ver1.0.0 replaced PDF converter with <ahref="https://github.com/GoogleChrome/puppeteer">puppeteer</a> (Chromium) instead of <ahref="https://github.com/marcbachmann/node-html-pdf">node-html-pdf</a> (PhantomJS)</li>
394
-
<li>Some options are obsolete, please change. See <ahref="#options">Options</a></li>
395
-
</ul>
389
+
<p>This extension converts Markdown files to pdf, html, png or jpeg files.</p>
<li>Markdown PDF ver1.0.0 replaced PDF converter with <ahref="https://github.com/GoogleChrome/puppeteer">puppeteer</a> instead of <ahref="https://github.com/marcbachmann/node-html-pdf">node-html-pdf</a>.</li>
510
-
<li>Some options are obsolete, please change</li>
511
-
<li>The new option of Markdown PDF ver1.0.0 and the obsolete options are as follows</li>
<li>Online CSS (https://xxx/xxx.css) is applied correctly for JPG and PNG, but problems occur with PDF. <ahref="https://github.com/yzane/vscode-markdown-pdf/issues/67">#67</a></li>
<li>Add: Support <ahref="https://github.com/gmunguia/markdown-it-plantuml">markdown-it-plantuml</a>
975
+
<h3id="121-20190923">1.2.1 (2019/09/23)</h3>
1063
976
<ul>
1064
-
<li>Support for lightweight diagrams (PlantUML) <ahref="https://github.com/yzane/vscode-markdown-pdf/issues/60">#60</a></li>
1065
-
</ul>
1066
-
</li>
1067
-
</ul>
1068
-
<h3id="110-20180503">1.1.0 (2018/05/03)</h3>
1069
-
<ul>
1070
-
<li>Add: Support <ahref="https://github.com/markdown-it/markdown-it-container">markdown-it-container</a><ahref="https://github.com/yzane/vscode-markdown-pdf/issues/72">#72</a></li>
1071
-
</ul>
1072
-
<h3id="105-20180503">1.0.5 (2018/05/03)</h3>
1073
-
<ul>
1074
-
<li>Improve: Exception handling</li>
1075
-
<li>Improve: Chromium install check</li>
1076
-
<li>Add: Page break
1077
-
<ul>
1078
-
<li>Is it possible to insert page breaks? <ahref="https://github.com/yzane/vscode-markdown-pdf/issues/25">#25</a></li>
0 commit comments