markdown_exec 1.8.9 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markdown_exec
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.9
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fareed Stevenson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-20 00:00:00.000000000 Z
11
+ date: 2024-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: clipboard
@@ -114,16 +114,18 @@ files:
114
114
  - bin/tab_completion.sh
115
115
  - bin/tab_completion.sh.erb
116
116
  - examples/colors.md
117
+ - examples/document_options.md
117
118
  - examples/duplicate_block.md
118
119
  - examples/import0.md
119
120
  - examples/import1.md
120
121
  - examples/include.md
121
122
  - examples/indent.md
122
- - examples/infile_config.md
123
+ - examples/index.md
123
124
  - examples/linked.md
124
125
  - examples/linked1.md
125
126
  - examples/linked2.md
126
127
  - examples/linked3.md
128
+ - examples/llm.md
127
129
  - examples/load1.sh
128
130
  - examples/load2.sh
129
131
  - examples/nickname.md
@@ -152,6 +154,7 @@ files:
152
154
  - lib/fout.rb
153
155
  - lib/hash.rb
154
156
  - lib/hash_delegator.rb
157
+ - lib/input_sequencer.rb
155
158
  - lib/link_history.rb
156
159
  - lib/markdown_exec.rb
157
160
  - lib/markdown_exec/version.rb
@@ -1,10 +0,0 @@
1
- ```yaml :(mde_config)
2
- display_level: -1 # invalid value, use only for testing
3
- menu_divider_match: "^::: +(?<name>.+?)$"
4
- menu_divider_format: "=> %s <="
5
- ```
6
-
7
- ::: :divider 1
8
-
9
- ```bash :placeholder
10
- ```