paru 0.3.2.4 → 0.4.0
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 +4 -4
- data/lib/paru.rb +1 -1
- data/lib/paru/filter/document.rb +1 -1
- data/lib/paru/pandoc_options_version_2.yaml +6 -10
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6bd7fc4981bbeea705d0508b939feff4a5d25db290ece4d07f55079286af2bfd
|
|
4
|
+
data.tar.gz: cce99e0d42ba67d9b96904a75bd94f879b22dd52a5ac0709672640d72ecd99b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb519fe72d960fd0802aea39cbe049471838c69f72edd8fc471af0c7e928da005e0562668146f4c058551fa79d243e02b73018aa2aeceb7a838c42bb5f8335f2
|
|
7
|
+
data.tar.gz: 44cacdd22f7159c69c6ab0eec5960a04f3ec223806451075b78be0921749512bff799d8a0262a63edc6b944186f778e9d3c0549b967b7870b95fab2b460cdab5
|
data/lib/paru.rb
CHANGED
data/lib/paru/filter/document.rb
CHANGED
|
@@ -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,
|
|
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:
|
|
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
|
-
|
|
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
|
-
|
|
131
|
-
mimetex: ""
|
|
127
|
+
mathml: true
|
|
132
128
|
webtex: ""
|
|
133
129
|
katex: ""
|
|
134
|
-
|
|
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.
|
|
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-
|
|
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
|