File tree Expand file tree Collapse file tree 3 files changed +42
-2
lines changed Expand file tree Collapse file tree 3 files changed +42
-2
lines changed Original file line number Diff line number Diff line change 1
1
title : lua-env
2
2
author : Mickaël Canouil
3
- version : 1.0.1
3
+ version : 1.0.2
4
4
quarto-required : " >=1.4.459"
5
5
contributes :
6
6
shortcodes :
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ function Meta(meta)
75
75
[" quarto" ] = get_values (quarto ),
76
76
[" pandoc" ] = {
77
77
[" PANDOC_STATE" ] = get_values (PANDOC_STATE ),
78
- [" FORMAT" ] = get_values (FORMAT ),
78
+ [" FORMAT" ] = tostring (FORMAT ),
79
79
[" PANDOC_READER_OPTIONS" ] = get_values (PANDOC_READER_OPTIONS ),
80
80
[" PANDOC_WRITER_OPTIONS" ] = get_values (PANDOC_WRITER_OPTIONS ),
81
81
[" PANDOC_VERSION" ] = tostring (PANDOC_VERSION ),
Original file line number Diff line number Diff line change @@ -8,28 +8,68 @@ filters:
8
8
9
9
### Quarto
10
10
11
+ ::: {.columns}
12
+
13
+ :::: {.column}
14
+
11
15
``` markdown
12
16
{{{< lua-env quarto.doc.input_file >}}}
13
17
```
14
18
15
19
{{< lua-env quarto.doc.input_file >}}
16
20
21
+ ::::
22
+ :::: {.column}
23
+
17
24
``` markdown
18
25
{{{< meta lua-env.quarto.doc.input_file >}}}
19
26
```
20
27
21
28
{{< meta lua-env.quarto.doc.input_file >}}
22
29
30
+ ::::
31
+ :::
32
+
23
33
### Pandoc
24
34
35
+ ::: {.columns}
36
+ :::: {.column}
37
+
25
38
``` markdown
26
39
{{{< lua-env pandoc.PANDOC_VERSION >}}}
27
40
```
28
41
29
42
{{< lua-env pandoc.PANDOC_VERSION >}}
30
43
44
+ ::::
45
+ :::: {.column}
46
+
31
47
``` markdown
32
48
{{{< meta lua-env.pandoc.PANDOC_VERSION >}}}
33
49
```
34
50
35
51
{{< meta lua-env.pandoc.PANDOC_VERSION >}}
52
+
53
+ ::::
54
+ :::
55
+
56
+ ::: {.columns}
57
+ :::: {.column}
58
+
59
+ ``` markdown
60
+ {{{< lua-env pandoc.FORMAT >}}}
61
+ ```
62
+
63
+ {{< lua-env pandoc.FORMAT >}}
64
+
65
+ ::::
66
+ :::: {.column}
67
+
68
+ ``` markdown
69
+ {{{< meta lua-env.pandoc.FORMAT >}}}
70
+ ```
71
+
72
+ {{< meta lua-env.pandoc.FORMAT >}}
73
+
74
+ ::::
75
+ :::
You can’t perform that action at this time.
0 commit comments