qiita-markdown 0.1.6 → 0.1.7

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6a76f0aa34e065ecd676296a5cbcf39d7692ea40
4
- data.tar.gz: c12e706e12b713553c59eb81181524337ff0b6fb
3
+ metadata.gz: 3d25866f4406e5d404845b15505637556d6ef12e
4
+ data.tar.gz: cd8bc17d878fcacc598c0f97e04e1b00941f9cb2
5
5
  SHA512:
6
- metadata.gz: 4b0f2d9021503c0f39c89c085c7c5b06492c863db83eb19d5cda76c8698a5a4a78fc84e376bb9e0b43ecfa793a4f296948e4d1447ad18c98d766052fe731d956
7
- data.tar.gz: 5a3484972647686b466e0bfd2838ddb0fb41a79727c3ecd47434829d0f11f59eaa4e3978f71f0d9f1175b25eafc701fc86c11c9d33940966449936f14f8e517d
6
+ metadata.gz: 9712614c01f262c557eadbb2978a39c9123b177ea251917b497587bc91ca95472b92c3587aacdf025c051ac0b50b0e76969781f0b4a60771a1fb15fd0fb9ac4e
7
+ data.tar.gz: 75465de23affa1517af97383a7a17319579ba3afea15b17c1d8a14ad0d35bf7fc37bfe3f9b15b6dd2e3c86f0765c175da8e5a11ec567f7f416538edd3de52d12
data/CHANGELOG.md CHANGED
@@ -1,47 +1,50 @@
1
+ ## 0.1.7
2
+ - Enable footnotes markdown syntax
3
+
1
4
  ## 0.1.6
2
- * Add missing dependency on pygments.rb (thx @kwappa)
5
+ - Add missing dependency on pygments.rb (thx @kwappa)
3
6
 
4
7
  ## 0.1.5
5
- * Memoize Redcarpet::Markdown object
8
+ - Memoize Redcarpet::Markdown object
6
9
 
7
10
  ## 0.1.4
8
- * Support type attribute of script element
11
+ - Support type attribute of script element
9
12
 
10
13
  ## 0.1.3
11
- * Support text-align syntax on table
14
+ - Support text-align syntax on table
12
15
 
13
16
  ## 0.1.2
14
- * Support rowspan attribute
17
+ - Support rowspan attribute
15
18
 
16
19
  ## 0.1.1
17
- * Support empty list
20
+ - Support empty list
18
21
 
19
22
  ## 0.1.0
20
- * Default to add disabled attribute to checkbox
23
+ - Default to add disabled attribute to checkbox
21
24
 
22
25
  ## 0.0.9
23
- * Make it Ruby 2.0.0-compatible
26
+ - Make it Ruby 2.0.0-compatible
24
27
 
25
28
  ## 0.0.8
26
- * Support gapped task list
29
+ - Support gapped task list
27
30
 
28
31
  ## 0.0.7
29
- * Change dependent gem version
32
+ - Change dependent gem version
30
33
 
31
34
  ## 0.0.6
32
- * Remove target="_blank" from a element of mention
35
+ - Remove target="_blank" from a element of mention
33
36
 
34
37
  ## 0.0.5
35
- * Allow font element with color attribute
38
+ - Allow font element with color attribute
36
39
 
37
40
  ## 0.0.4
38
- * Add iframe and data-attributes support
41
+ - Add iframe and data-attributes support
39
42
 
40
43
  ## 0.0.3
41
- * Fix bug of code block that has colon-only label
44
+ - Fix bug of code block that has colon-only label
42
45
 
43
46
  ## 0.0.2
44
- * Remove version dependency on gemoji
47
+ - Remove version dependency on gemoji
45
48
 
46
49
  ## 0.0.1
47
- * 1st Release
50
+ - 1st Release
@@ -14,6 +14,7 @@ module Qiita
14
14
  ),
15
15
  autolink: true,
16
16
  fenced_code_blocks: true,
17
+ footnotes: true,
17
18
  no_intra_emphasis: true,
18
19
  strikethrough: true,
19
20
  tables: true,
@@ -1,5 +1,5 @@
1
1
  module Qiita
2
2
  module Markdown
3
- VERSION = "0.1.6"
3
+ VERSION = "0.1.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qiita-markdown
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryo Nakamura
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-26 00:00:00.000000000 Z
11
+ date: 2014-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport