Skip to content

Commit

Permalink
Docs(Other): escape angle brackets for visible rendering of important…
Browse files Browse the repository at this point in the history
… text (#620)

Escape references to words "subject" and "object" so they render visibly
in generated documentation
  • Loading branch information
lightningdb authored Jul 17, 2023
1 parent d33e037 commit 4683608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/dql/dql-syntax/dql-rdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A triple has the form

In RDF terminology, each triple represents one fact about a node.

In Dgraph, the <subject> of a triple is always a node, and must be a numeric UID. The <object> of a triple may be another node or a literal value:
In Dgraph, the `<subject>` of a triple is always a node, and must be a numeric UID. The `<object>` of a triple may be another node or a literal value:
```
<0x01> <name> "Alice" .
<0x01> <knows> <0x02> .
Expand Down

0 comments on commit 4683608

Please sign in to comment.