diff options
Diffstat (limited to 'docs/extensions/abbreviations.txt')
-rw-r--r-- | docs/extensions/abbreviations.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/extensions/abbreviations.txt b/docs/extensions/abbreviations.txt index e4c62f6..070bb01 100644 --- a/docs/extensions/abbreviations.txt +++ b/docs/extensions/abbreviations.txt @@ -1,7 +1,7 @@ -title: Abbreviation Extension +title: Abbreviations Extension prev_title: Extra Extension prev_url: extra.html -next_title: Attribute List Extension +next_title: Attribute Lists Extension next_url: attr_list.html Abbreviations @@ -10,10 +10,10 @@ Abbreviations Summary ------- -The Abbreviation Extension adds the ability to define abbreviations. +The Abbreviations extension adds the ability to define abbreviations. Specifically, any defined abbreviation is wrapped in an `<abbr>` tag. -The Abbreviation extension is included in the standard Markdown library. +The Abbreviations extension is included in the standard Markdown library. Syntax ------ @@ -39,7 +39,7 @@ will be rendered as: Usage ----- -See [Extensions](./index.html) for general extension usage, specify `abbr` +See [Extensions](index.html) for general extension usage, specify `abbr` as the name of the extension. This extension does not accept any special configuration options. |