You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/index.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,7 @@ title: StrictYAML
11
11
{% endraw %}
12
12
{% endif %}
13
13
14
-
StrictYAML is a [type-safe](https://en.wikipedia.org/wiki/Type_safety) YAML parser
15
-
that parses and validates a [restricted subset](features-removed) of the [YAML](what-is-yaml)
14
+
StrictYAML is a [type-safe](https://en.wikipedia.org/wiki/Type_safety) YAML parser that parses and validates a [restricted subset](features-removed) of the [YAML](what-is-yaml)
16
15
specification.
17
16
18
17
Priorities:
@@ -25,6 +24,8 @@ Priorities:
25
24
- Ability to read in YAML, make changes and write it out again with comments preserved.
0 commit comments