From 808602ed8a53fff32be5256cc507165de7d6ddf0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 8 Aug 2019 11:14:43 -0700 Subject: Fix links to Attr in lua-filters.doc. --- doc/lua-filters.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3