Skip to content

Commit 320009b

Browse files
committed
Fix broken interactive/book inline macros in asciidoc config
1 parent e04040f commit 320009b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

asciidoc_epub.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ rdquo=”
2222
(?su)(?<!\w)indexsee:\[(?P<attrlist>[^\]]*?)\]=indexsee
2323
\(!html (?P<text>(?:.|\n)*?)!\)=included
2424
\(!tex (?P<text>(?:.|\n)*?)!\)=excluded
25-
\(!interactive (?P<text>(?:.|\n)*?)!\)=included
26-
\(!book (?P<text>(?:.|\n)*?)!\)=excluded
25+
\(!interactive (?P<text>(?:.|\n)*?)!\)=excluded
26+
\(!book (?P<text>(?:.|\n)*?)!\)=included
2727
(?su)(?<!\()[\\]?\(\(\((?P<attrlist>[^(](?:[^()]|\n)*?)\)\)\)(?!\))=indexterm
2828
(?<!\()[\\]?\(\((?P<attrlist>[^\s\(][^(](?:[^()]|\n)*?)\)\)(?!\))=indexterm2
2929

asciidoc_html.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ rdquo=”
2222
(?su)(?<!\w)indexsee:\[(?P<attrlist>[^\]]*?)\]=indexsee
2323
\(!html (?P<text>(?:.|\n)*?)!\)=included
2424
\(!tex (?P<text>(?:.|\n)*?)!\)=excluded
25-
\(!interactive (?P<text>(?:.|\n)*?)!\)=excluded
26-
\(!book (?P<text>(?:.|\n)*?)!\)=included
25+
\(!interactive (?P<text>(?:.|\n)*?)!\)=included
26+
\(!book (?P<text>(?:.|\n)*?)!\)=excluded
2727
(?su)(?<!\()[\\]?\(\(\((?P<attrlist>[^(](?:[^()]|\n)*?)\)\)\)(?!\))=indexterm
2828
(?<!\()[\\]?\(\((?P<attrlist>[^\s\(][^(](?:[^()]|\n)*?)\)\)(?!\))=indexterm2
2929

asciidoc_nostarch.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rdquo=”
2323
(?su)(?<!\w)indexsee:\[(?P<attrlist>[^\]]*?)\]=indexsee
2424
\(!html (?P<text>(?:.|\n)*?)!\)=excluded
2525
\(!tex (?P<text>(?:.|\n)*?)!\)=included
26-
\(!html (?P<text>(?:.|\n)*?)!\)=excluded
26+
\(!interactive (?P<text>(?:.|\n)*?)!\)=excluded
2727
\(!book (?P<text>(?:.|\n)*?)!\)=included
2828
(?su)(?<!\()[\\]?\(\(\((?P<attrlist>[^(](?:[^()]|\n)*?)\)\)\)(?!\))=indexterm
2929
(?<!\()[\\]?\(\((?P<attrlist>[^\s\(][^(](?:[^()]|\n)*?)\)\)(?!\))=indexterm2

0 commit comments

Comments
 (0)