Skip to content

Commit

Permalink
Fix TSV JSON-LD uplift
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Jan 30, 2024
1 parent d5ca9b5 commit 7793bf2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/jsonld-uplift.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,10 @@ tab-separated file:
```yaml
input-filter:
csv:
delimiter: '\t'
delimiter: "\t"
```
!!! note
For the tab character to be parsed as such (instead of the literal string `\t`), double quotes need to be
used in YAML.
5 changes: 5 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ plugins:
options:
docstring_style: sphinx

markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences

watch:
- ogc

Expand Down

0 comments on commit 7793bf2

Please sign in to comment.