-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for titleabbrev-passthrough
- Loading branch information
Showing
10 changed files
with
82 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" class="no-js"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><script>(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement)</script><title>Article wrapper</title><meta name="viewport" content="width=device-width, initial-scale=1.0"/><link href="https://purl.org/dc/elements/1.1/" rel="schema.dc"/><meta content="2011-04-22T17:02:00-06:00" name="dc.modified"/><meta content="DocBook xslTNG" name="generator"/><link href="./css/docbook.css" rel="stylesheet" media="screen"/></head><body class="home"><nav class="top"></nav><main><article class="article component"><header><h1>Article wrapper</h1></header><div class="list-of-titles"><div class="lot toc"><div class="title">Table of Contents</div><ul class="toc"><li><a href="#section"><span class="label">1</span><span class="sep">. </span>Section Title</a></li><li><a href="#section2"><span class="label">2</span><span class="sep">. </span>Long Section Title</a></li></ul></div></div><section id="section" class="section"><header><h2><span class="label">1</span><span class="sep">. </span>Section Title</h2></header><p>A <a href="#section" class="link">self-referential link</a>.</p><p>A link without content: <a href="#section2" class="xref xref-section">Section <span class="label">2</span>, “Long Section Title”</a>.</p><p>A link without content, but with an xreflabel: | ||
<a href="#section2" class="xref xref-section">Section <span class="label">2</span>, “Long Section Title”</a>.</p><p>A link with content and an xreflabel: | ||
<a href="#section2" class="link">here</a>.</p></section><section id="section2" class="section"><header><h2><span class="label">2</span><span class="sep">. </span>A Very Long Section Title That I Don't Want To Use For My XRef</h2></header><p>Some text with a <a href="#section" class="link">link back</a> to the | ||
<a href="#section2" class="link">here</a>.</p></section><section id="section2" class="section"><header><h2><script type="text/html" class="titleabbrev"><span class="label">2</span><span class="sep">. </span>Long Section Title</script><span class="label">2</span><span class="sep">. </span>A Very Long Section Title That I Don't Want To Use For My XRef</h2></header><p>Some text with a <a href="#section" class="link">link back</a> to the | ||
first section.</p></section></article></main><nav class="bottom"></nav></body></html> |
Oops, something went wrong.