Skip to content

Commit

Permalink
Update documentation #201 Improve doc #395
Browse files Browse the repository at this point in the history
  • Loading branch information
enridaga committed Nov 20, 2023
1 parent 7a1010c commit 3bc28dc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions docs/formats/YAML.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,23 +93,24 @@ WHERE

| Option name | Description | Valid Values | Default Value |
|---------------------------|-----------------------------------------------------------------------------------------------------------------------------|--------------|---------------|
| yaml.allow-duplicate-keys | Yaml 1.2 forbids duplicate keys, raising an error (default behaviour). When true, duplicate keys are tolerated (last wins). | true,false | false |
| yaml.allow-duplicate-keys | Tolerate duplicate keys (last wins). | true,false | false |

---

### `yaml.allow-duplicate-keys`

#### Description

A CSS selector that restricts the HTML tags to consider for the triplification.
Yaml 1.2 forbids duplicate keys, raising an error (default behaviour). When true, duplicate keys are tolerated (last wins).

#### Valid Values

Any valid CSS selector.
true
false

#### Default Value

No value
false

<!--
#
Expand Down
9 changes: 5 additions & 4 deletions formats/YAML.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,23 +93,24 @@ WHERE

| Option name | Description | Valid Values | Default Value |
|---------------------------|-----------------------------------------------------------------------------------------------------------------------------|--------------|---------------|
| yaml.allow-duplicate-keys | Yaml 1.2 forbids duplicate keys, raising an error (default behaviour). When true, duplicate keys are tolerated (last wins). | true,false | false |
| yaml.allow-duplicate-keys | Tolerate duplicate keys (last wins). | true,false | false |

---

### `yaml.allow-duplicate-keys`

#### Description

A CSS selector that restricts the HTML tags to consider for the triplification.
Yaml 1.2 forbids duplicate keys, raising an error (default behaviour). When true, duplicate keys are tolerated (last wins).

#### Valid Values

Any valid CSS selector.
true
false

#### Default Value

No value
false

<!--
#
Expand Down

0 comments on commit 3bc28dc

Please sign in to comment.