mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
fix missing syntax
This commit is contained in:
@@ -286,7 +286,7 @@ Use these basic tables whenever possible. If you genuinely require special forma
|
||||
|
||||
### Links
|
||||
|
||||
Links use the syntax [<link text>](<url>).
|
||||
Links use the syntax `[<link text>](<url>)`.
|
||||
|
||||
For example, the sentence:
|
||||
|
||||
@@ -338,7 +338,7 @@ renders as
|
||||
|
||||
If you have text that you use frequently, or text that requires periodic update in a number of places in the documentation, you can create a _snippet file for reuse.
|
||||
|
||||
Store your file in the `_snippet` directory. To insert the partial file, use the syntax
|
||||
Store your file in the `_snippet` directory. To insert the partial file, use the syntax `{% partial file="<file url>" /%}`.
|
||||
|
||||
For example, here is the snippet `/docs/_snippets/secret-key-warning.md`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user