Skip to content

Commit 4e3b3d6

Browse files
committed
Use Markdown for the first use case.
1 parent d68c608 commit 4e3b3d6

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

UCR/index.html

+10-7
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,21 @@ <h2>Contributing Use Cases and Requirements</h2>
6666
<section>
6767
<h2>Submitted Use Cases</h2>
6868

69-
<section>
70-
<h4>Compatibility with existing libraries</h4>
71-
<p><a href="https://github.com/json-ld/yaml-ld/issues/5">Submitted Use Case</a></p>
72-
<p>
73-
As a developer of YAML-LD processors, I want to be able to use off-the-shelf libraries for converting between JSON-LD and YAML-LD serialization formats. So that data produced in JSON-LD can be easily represented in YAML-LD and visa-versa.
74-
</p>
69+
<section data-format="markdown" id="uc-5">
70+
#### Compatibility with existing libraries
71+
72+
[Submitted Use Case](https://github.com/json-ld/yaml-ld/issues/5)
73+
74+
As a developer of YAML-LD processors.
75+
I want to be able to use off-the-shelf libraries for converting between JSON-LD and YAML-LD serialization formats.
76+
So that data produced in JSON-LD can be easily represented in YAML-LD and visa-versa.
77+
7578
<p class="note">
7679
There seems to be general compatibility between YAML libraries that produce equivalent results when serializing data originally parsed from JSON. This should be verified, but indicates an easy way of providing a YAML-LD serialization fully round-trippable with JSON-LD.
7780
</p>
7881
</section>
7982

80-
<section>
83+
<section id="uc-6">
8184
<h4>Distinguish "plain" YAML-LD from "ideomatic" YAML-LD</h4>
8285
<p><a href="https://github.com/json-ld/yaml-ld/issues/6">Submitted Use Case</a></p>
8386
<p>As a processor. I want to easily distinguish between "plain" YAML-LD and "ideomatic" YAML-LD based on the use of local tags (or similar) which may require post-parsing processing to be interpreted using the JSON-LD processig algorithms. So that more complicated processing steps can be avoided.</p>

0 commit comments

Comments
 (0)