paru 0.3.2.4 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1261d9ed472a37779339b1617b83ea967a6d2401b9e0adc02492ed6e92f494c0
4
- data.tar.gz: 800b359a7f1b357bdd59383f7d32ed76b8a2c74337dbc9845fd8d161bd3384c0
3
+ metadata.gz: 6bd7fc4981bbeea705d0508b939feff4a5d25db290ece4d07f55079286af2bfd
4
+ data.tar.gz: cce99e0d42ba67d9b96904a75bd94f879b22dd52a5ac0709672640d72ecd99b5
5
5
  SHA512:
6
- metadata.gz: 210fc6796c8008e5e0fb7581e0da7d92e3afe0ccf18fec285773755dfb2b8fb7f3171665359d311356efb57ea1c5b931bb7d487ffc95ee019a84a1c1539382ea
7
- data.tar.gz: 31176b671807e2895034ae63ca355cb6d4695e72620e957d8ce38b92c51092fe1134c0470c4cc99a4c719309d24639d20283fa0eab83e8a125a787c99cb050e8
6
+ metadata.gz: bb519fe72d960fd0802aea39cbe049471838c69f72edd8fc471af0c7e928da005e0562668146f4c058551fa79d243e02b73018aa2aeceb7a838c42bb5f8335f2
7
+ data.tar.gz: 44cacdd22f7159c69c6ab0eec5960a04f3ec223806451075b78be0921749512bff799d8a0262a63edc6b944186f778e9d3c0549b967b7870b95fab2b460cdab5
@@ -18,5 +18,5 @@
18
18
  #++
19
19
  module Paru
20
20
  # Paru's current version
21
- VERSION = [0, 3, 2, 4]
21
+ VERSION = [0, 4, 0, 0]
22
22
  end
@@ -36,7 +36,7 @@ module Paru
36
36
 
37
37
  # The current pandoc type version
38
38
  # @see https://hackage.haskell.org/package/pandoc-types
39
- CURRENT_PANDOC_VERSION = [1, 17, 2]
39
+ CURRENT_PANDOC_VERSION = [1, 20]
40
40
 
41
41
  # Each file that is being filtered by pandoc is represented by a root
42
42
  # Document. It is the root node of the AST of the document in the file.
@@ -27,6 +27,7 @@ to: ""
27
27
  write: ""
28
28
  output: ""
29
29
  data_dir: ""
30
+ defaults: ""
30
31
  bash_completion: true
31
32
  verbose: true
32
33
  quiet: true
@@ -34,7 +35,7 @@ fail_if_warnings: true
34
35
  log: ""
35
36
  list_input_formats: true
36
37
  list_output_formats: true
37
- list_extensions: true
38
+ list_extensions: ""
38
39
  list_highlight_languages: true
39
40
  list_highlight_styles: true
40
41
  version: true
@@ -42,14 +43,14 @@ help: true
42
43
  #####
43
44
  # General reader options:
44
45
  #####
45
- base_header_level: 1
46
+ shift_heading_level_by: 1
46
47
  indented_code_classes: ""
47
48
  default_image_extension: ""
48
49
  file_scope: true
49
50
  filter: [""]
50
51
  lua_filter: [""]
51
52
  metadata: [""]
52
- metadata-file: ""
53
+ metadata-file: [""]
53
54
  preserve_tabs: true
54
55
  tab_stop: 4
55
56
  track_changes: "accept"
@@ -122,16 +123,11 @@ biblatex: true
122
123
  #####
123
124
  # Math rendering in HTML
124
125
  #####
125
- asciimathml: ""
126
- latexmathml: ""
127
- mathml: true
128
- jsmath: ""
129
126
  mathjax: ""
130
- gladtex: true
131
- mimetex: ""
127
+ mathml: true
132
128
  webtex: ""
133
129
  katex: ""
134
- katex_stylesheet: ""
130
+ gladtex: true
135
131
  #####
136
132
  # Options for wrapper scripts
137
133
  #####
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paru
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2.4
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Huub de Beer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-06 00:00:00.000000000 Z
11
+ date: 2019-11-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Use Pandoc (http://www.pandoc.org) with ruby
14
14
  email: Huub@heerdebeer.org