Skip to content

Commit

Permalink
DOCS: Update default ordering of translation options in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhieb committed Sep 19, 2024
1 parent 5363436 commit 39e2df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Parse a markdown string using the current options and return HTML.
| Option | Type | Default | Description |
| -------------- | --------- | ---------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| `markdown` | Object | <pre><code>{<br> html: true,<br> typographer: true<br>}</code></pre> | Options to pass to `markdown-it`. `typographer` and `html` are enabled by default. |
| `translations` | `span\|q` | `span` | Whether to use a `<q>` element or `<span class=tln>` for translations. `<span>`s will wrap the inner text in single quotes. |
| `translations` | `span\|q` | `span` | Whether to use `<span class=tln>` or a `<q>` element for translations. `<span>`s will wrap the inner text in single quotes. |

## Usage Notes

Expand Down

0 comments on commit 39e2df8

Please sign in to comment.