md2review 1.12.0 → 1.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/README.md +4 -1
- data/lib/md2review/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: ba03c50a6edf4df2624c263b2eb91536341dd887a72c6013f4f745f9d7fec21f
|
|
4
|
+
data.tar.gz: ce4a65492b183c6f106f3eaa24a2c2b6a48386db302ad8de9b60a862805285be
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 60cdedefd4143b6254a6fcec67c4d4a78049dd13ac5b6634bae32d50947c0257f04014433afe58cdc2b87f7034a2599fec14f63899f3e97fd25fd0730260a055
|
|
7
|
+
data.tar.gz: ab27f91386ad01b46b3c55058d91b6c1ffafd45627beb4b65fbe808db0b4ec377f57291370f90dc24fcbb6d54a20d055d5ec931d896109af21bcb45b150d77fe
|
data/README.md
CHANGED
|
@@ -21,7 +21,7 @@ You can use the commmand md2review as:
|
|
|
21
21
|
* `--render-link-in-footnote`: enable links in footnote.
|
|
22
22
|
* `--render-enable-cmd`: support `//cmd{...//}` for `shell-session` and `console` blocks
|
|
23
23
|
* `--render-math`: support `@<m>{...}` and `//texequation{...}`
|
|
24
|
-
* `--render-table-
|
|
24
|
+
* `--render-table-caption`: support table caption before table like `Table: some captions`
|
|
25
25
|
* `--parse-no-intra-emphasis`: do not parse emphasis inside of words.
|
|
26
26
|
* `--parse-autolink`: parse links even when they are not enclosed in `<>` characters.
|
|
27
27
|
* `--render-empty-image-caption`: use `//image` with caption and use `//indepimage` without caption
|
|
@@ -43,6 +43,9 @@ Or install it yourself as:
|
|
|
43
43
|
|
|
44
44
|
## History
|
|
45
45
|
|
|
46
|
+
### v1.12.1
|
|
47
|
+
* fix: typo (@yukirii)
|
|
48
|
+
|
|
46
49
|
### v1.12.0
|
|
47
50
|
* fix: anchor content should be escaped
|
|
48
51
|
|
data/lib/md2review/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: md2review
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.12.
|
|
4
|
+
version: 1.12.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- takahashim
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-08-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: redcarpet
|
|
@@ -107,8 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
107
107
|
- !ruby/object:Gem::Version
|
|
108
108
|
version: '0'
|
|
109
109
|
requirements: []
|
|
110
|
-
|
|
111
|
-
rubygems_version: 2.6.13
|
|
110
|
+
rubygems_version: 3.0.2
|
|
112
111
|
signing_key:
|
|
113
112
|
specification_version: 4
|
|
114
113
|
summary: a converter from Markdown to Re:VIEW
|