tocmd 0.1.5 → 0.1.6

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.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/bin/tocmd +0 -0
  3. data/lib/tocmd/markdown_render.rb +0 -0
  4. data/lib/tocmd/translator.rb +1 -1
  5. data/lib/tocmd/version.rb +1 -1
  6. data/lib/tocmd.rb +0 -0
  7. data/test/mdptest.rb +0 -0
  8. data/vendor/meta.js +0 -0
  9. data/vendor/template.html +0 -0
  10. data/vendor/toc/css/demo.css +0 -0
  11. data/vendor/toc/css/zTreeStyle/img/diy/1_close.png +0 -0
  12. data/vendor/toc/css/zTreeStyle/img/diy/1_open.png +0 -0
  13. data/vendor/toc/css/zTreeStyle/img/diy/2.png +0 -0
  14. data/vendor/toc/css/zTreeStyle/img/diy/3.png +0 -0
  15. data/vendor/toc/css/zTreeStyle/img/diy/4.png +0 -0
  16. data/vendor/toc/css/zTreeStyle/img/diy/5.png +0 -0
  17. data/vendor/toc/css/zTreeStyle/img/diy/6.png +0 -0
  18. data/vendor/toc/css/zTreeStyle/img/diy/7.png +0 -0
  19. data/vendor/toc/css/zTreeStyle/img/diy/8.png +0 -0
  20. data/vendor/toc/css/zTreeStyle/img/diy/9.png +0 -0
  21. data/vendor/toc/css/zTreeStyle/img/line_conn.gif +0 -0
  22. data/vendor/toc/css/zTreeStyle/img/loading.gif +0 -0
  23. data/vendor/toc/css/zTreeStyle/img/zTreeStandard.gif +0 -0
  24. data/vendor/toc/css/zTreeStyle/img/zTreeStandard.png +0 -0
  25. data/vendor/toc/css/zTreeStyle/zTreeStyle.css +0 -0
  26. data/vendor/toc/js/jquery-1.4.4.min.js +0 -0
  27. data/vendor/toc/js/jquery.ztree.all-3.5.min.js +0 -0
  28. data/vendor/toc/js/ztree_toc.js +0 -0
  29. data/vendor/toc/js/ztree_toc.min.js +0 -0
  30. data/vendor/toc/style/Clearness Dark.css +0 -0
  31. data/vendor/toc/style/Clearness.css +0 -0
  32. data/vendor/toc/style/GitHub.css +0 -0
  33. data/vendor/toc/style/GitHub2.css +0 -0
  34. data/vendor/toc/style/github-bf51422f4bb36427d391e4b75a1daa083c2d840e.css +0 -0
  35. data/vendor/toc/style/github2-d731afd4f624c99a4b19ad69f3083cd6d02b81d5.css +0 -0
  36. data/vendor/toc/style/makedownpad.css +0 -0
  37. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 491fdaced85c4c1dc8fb6f4ae95752452a0b39cc
4
- data.tar.gz: 11c5bd7b68eb81fbbdf702134f10b00497640e51
3
+ metadata.gz: b059101b2d893f4a571cd00782ff0537ec5123c8
4
+ data.tar.gz: 26cc39a37fb82e07de9eb8532a44580d10d4f819
5
5
  SHA512:
6
- metadata.gz: 4c2a738bb14dfb323bccd79f2388ad3dd8e65a45f5f1e86c41d4ecb3367180acccc0f2811c1ee1c2a7c33eed0a49c5a81a8af47a60a6c1d8d8bed5b3b0ddaf0e
7
- data.tar.gz: ac79d228ba1dbf652f212904a5ec3a2103160cc50ca24ccc4e2681159b20248f494ce85cbe3510d861a7ef62fdafa2bad8cd088823bcf5c55f01c8139e7849d3
6
+ metadata.gz: dcbedff24185fcc1cfc9d3489dc7ffb8337e7036e2f1a302a9258a239f41b3f1c9d91ef7cfd3faf044b5e5a5367c28c73520321cc5c72085a7f102d8b53ba28a
7
+ data.tar.gz: 32bd249b14aefd51658398332cf5f9d4a697df0328a574a29e0809dd122ec94c538f6881f31365e8d0c6bbd53c2bcb575c5987f3b6a71e34e11df3267450fd89
data/bin/tocmd CHANGED
File without changes
File without changes
@@ -133,7 +133,7 @@ class Tocmd::Translator
133
133
  # options = [:fenced_code,:generate_toc,:hard_wrap,:no_intraemphasis,:strikethrough,:gh_blockcode,:autolink,:xhtml,:tables]
134
134
 
135
135
  # convert to html
136
- markdown = Redcarpet::Markdown.new(HTMLwithPygments,:gh_blockcode=>true,:no_intra_emphasis=>true,:filter_html => true,:hard_wrap => true,:autolink => true, :space_after_headers => true,:fenced_code_blocks => true,:tables => true)
136
+ markdown = Redcarpet::Markdown.new(HTMLwithPygments,:gh_blockcode=>true,:no_intra_emphasis=>true,:filter_html => true,:hard_wrap => true,:autolink => false, :space_after_headers => true,:fenced_code_blocks => true,:tables => true)
137
137
  parse_markdown = markdown.render(text)
138
138
  # parse_markdown = syntax_highlighter(parse_markdown)
139
139
 
data/lib/tocmd/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tocmd
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
data/lib/tocmd.rb CHANGED
File without changes
data/test/mdptest.rb CHANGED
File without changes
data/vendor/meta.js CHANGED
File without changes
data/vendor/template.html CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tocmd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - shiren1118
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-15 00:00:00.000000000 Z
11
+ date: 2014-08-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: convert markdown to html with toc plugin
14
14
  email:
@@ -72,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  version: '0'
73
73
  requirements: []
74
74
  rubyforge_project:
75
- rubygems_version: 2.2.0
75
+ rubygems_version: 2.2.2
76
76
  signing_key:
77
77
  specification_version: 4
78
78
  summary: convert markdown to html with toc plugin