-
If you would:
```
(render #P"foods.html"
(list :foods '((:id 10 :nombre "Pizza" :origin "Italy")
(:id 32 :nombre "Sushi" :origin "Japan")
(:id 92 :nombre…
-
-
Doesn't seem to support toml's [array-of-tables](https://github.com/toml-lang/toml#array-of-tables).
Parsing this structure returns an error:
```toml
[[resources]]
name = "Article"
[[resource…
-
```
It would be good for pandoc to allow parsing of rST tables. Example (an
extract from one of my reference pages):
+----------+------+---------------------+
| argument | type | description …
-
```
It would be good for pandoc to allow parsing of rST tables. Example (an
extract from one of my reference pages):
+----------+------+---------------------+
| argument | type | description …
-
query is "CREATE TABLE 'Student' ('id' INTEGER NOT NULL, 'name' TEXT NOT NULL, 'dgree' INTEGER NOT NULL, 'subject' TEXT NOT NULL, PRIMARY KEY(id));"
i run sqlparse.parse(query)
After parsing the…
-
This package is awesome... thank you! The parsing however doesn't work in cases of nested tables, for example, the query_result from:
```
wondr() %>%
add_param("B_1", "D66.V20") %>%
add…
jtr13 updated
7 years ago
-
i want create rule like:
'filter bwlim-out oss_limit_out2 limit 1000 key hdr(limit) table oss'
'http-request set-bandwidth-limit oss_limit_out2 if { hdr(limit) -m str user2 }'
when create http-re…
-
```
It would be good for pandoc to allow parsing of rST tables. Example (an
extract from one of my reference pages):
+----------+------+---------------------+
| argument | type | description …
-
### Is your feature request related to a problem? Please describe.
When I ported my MD document over, I encountered many problems and found that it was due to sometags being incorrectly parsed (in …