Skip to content

Commit a2abbc0

Browse files
committed
Update: release 1.3.1
1 parent 792e0aa commit a2abbc0

File tree

9 files changed

+23
-6
lines changed

9 files changed

+23
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22

3-
## 1.3.0 (2019/09/28)
3+
## 1.3.1 (2019/09/30)
4+
* Update: README
5+
* Update: CHANGELOG
6+
7+
## 1.3.0 (2019/09/30)
48
* Add: Support [markdown-it-include](https://github.com/camelaissani/markdown-it-include)
59
* Integrate markdown-it-include plugin [#138](https://github.com/yzane/vscode-markdown-pdf/pull/138)
610
* Add: `markdown-pdf.markdown-it-include.enable` option

README.ja.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,11 @@ Visual Studio Code の `files.autoGuessEncoding` オプションを使うと、
540540

541541
## [Release Notes](CHANGELOG.md)
542542

543-
### 1.3.0 (2019/09/28)
543+
### 1.3.1 (2019/09/30)
544+
* Update: README
545+
* Update: CHANGELOG
546+
547+
### 1.3.0 (2019/09/30)
544548
* Add: Support [markdown-it-include](https://github.com/camelaissani/markdown-it-include)
545549
* Integrate markdown-it-include plugin [#138](https://github.com/yzane/vscode-markdown-pdf/pull/138)
546550
* Add: `markdown-pdf.markdown-it-include.enable` option

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,11 @@ Please use the following to insert a page break.
546546

547547
## [Release Notes](CHANGELOG.md)
548548

549-
### 1.3.0 (2019/09/28)
549+
### 1.3.1 (2019/09/30)
550+
* Update: README
551+
* Update: CHANGELOG
552+
553+
### 1.3.0 (2019/09/30)
550554
* Add: Support [markdown-it-include](https://github.com/camelaissani/markdown-it-include)
551555
* Integrate markdown-it-include plugin [#138](https://github.com/yzane/vscode-markdown-pdf/pull/138)
552556
* Add: `markdown-pdf.markdown-it-include.enable` option

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "markdown-pdf",
33
"displayName": "Markdown PDF",
44
"description": "Convert Markdown to PDF",
5-
"version": "1.3.0",
5+
"version": "1.3.1",
66
"publisher": "yzane",
77
"icon": "images/icon.png",
88
"engines": {

sample/README.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,12 @@ <h3 id="markdown-pdfstyles-option"><code>markdown-pdf.styles</code> option</h3>
10041004
<li>Online CSS (https://xxx/xxx.css) is applied correctly for JPG and PNG, but problems occur with PDF. <a href="https://github.com/yzane/vscode-markdown-pdf/issues/67">#67</a></li>
10051005
</ul>
10061006
<h2 id="release-notes"><a href="CHANGELOG.md">Release Notes</a></h2>
1007-
<h3 id="130-20190928">1.3.0 (2019/09/28)</h3>
1007+
<h3 id="131-20190930">1.3.1 (2019/09/30)</h3>
1008+
<ul>
1009+
<li>Update: README</li>
1010+
<li>Update: CHANGELOG</li>
1011+
</ul>
1012+
<h3 id="130-20190930">1.3.0 (2019/09/30)</h3>
10081013
<ul>
10091014
<li>Add: Support <a href="https://github.com/camelaissani/markdown-it-include">markdown-it-include</a>
10101015
<ul>

sample/README.jpeg

13.3 KB
Loading

sample/README.pdf

388 Bytes
Binary file not shown.

sample/README.png

4.19 KB
Loading

0 commit comments

Comments
 (0)