From 96933c60432276fcbe2e24163868fffb138e6a11 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 9 Aug 2017 09:26:57 -0700 Subject: Org reader: use tag-name attribute instead of data-tag-name. --- test/Tests/Readers/Org.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/Tests/Readers/Org.hs b/test/Tests/Readers/Org.hs index 45b10da42..1db3d2deb 100644 --- a/test/Tests/Readers/Org.hs +++ b/test/Tests/Readers/Org.hs @@ -32,7 +32,7 @@ simpleTable' n = table "" (replicate n (AlignDefault, 0.0)) -- | Create a span for the given tag. tagSpan :: String -> Inlines -tagSpan t = spanWith ("", ["tag"], [("data-tag-name", t)]) . smallcaps $ str t +tagSpan t = spanWith ("", ["tag"], [("tag-name", t)]) . smallcaps $ str t tests :: [TestTree] tests = -- cgit v1.2.3