diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-08-08 11:14:43 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-08-08 11:14:43 -0700 |
commit | 808602ed8a53fff32be5256cc507165de7d6ddf0 (patch) | |
tree | b50f18fa010b4e15ef16935786723e45879a4707 | |
parent | 21c95489607d0420f417f536b18629d2acd0e646 (diff) | |
download | pandoc-808602ed8a53fff32be5256cc507165de7d6ddf0.tar.gz |
Fix links to Attr in lua-filters.doc.
-rw-r--r-- | doc/lua-filters.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/lua-filters.md b/doc/lua-filters.md index dcbe5b67f..3fac9c28d 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -1611,7 +1611,7 @@ Parameters: : string (the code) `attr`: -: [Attr]{#Attr} (code attributes) +: [Attr](#Attr) (code attributes) Returns: CodeBlock element @@ -1643,7 +1643,7 @@ Parameters: : list of [Blocks] `attr`: -: [Attr]{#Attr} (Div attributes) +: [Attr](#Attr) (Div attributes) Returns: Div element @@ -1662,7 +1662,7 @@ Parameters: : list of [Inlines] (header title) `attr`: -: [Attr]{#Attr} (header attributes) +: [Attr](#Attr) (header attributes) Returns: Header element @@ -1814,7 +1814,7 @@ Parameters: : string (the code) `attr`: -: [Attr]{#Attr} (code attributes) +: [Attr](#Attr) (code attributes) Returns: Code element @@ -1850,7 +1850,7 @@ Parameters: : string: title attribute `attr`: -: [Attr]{#Attr}: additional image attributes +: [Attr](#Attr): additional image attributes Returns: Image element @@ -1880,7 +1880,7 @@ Parameters: : string: the title attribute `attr`: -: [Attr]{#Attr}: additional link attributes +: [Attr](#Attr): additional link attributes Returns: image element @@ -2037,7 +2037,7 @@ Parameters: : list of [Inlines] `attr`: -: [Attr]{#Attr}: span attributes +: [Attr](#Attr): span attributes Returns: Span element |