-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
300 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml-model href="../rng/geekodoc5-flat.rnc" type="application/relax-ng-compact-syntax"?> | ||
<article xmlns="http://docbook.org/ns/docbook" xml:lang="en" xml:id="article-admons"> | ||
<title>Test Article for Admonitions</title> | ||
<note> | ||
<title>Note Title</title> | ||
<para>bla</para> | ||
</note> | ||
<note> | ||
<para>Bla</para> | ||
</note> | ||
<important> | ||
<title>Important Title</title> | ||
<para>bla</para> | ||
</important> | ||
<important> | ||
<para>bla</para> | ||
</important> | ||
<tip> | ||
<title>Tip Title</title> | ||
<para>bla</para> | ||
</tip> | ||
<tip> | ||
<para>bla</para> | ||
</tip> | ||
<warning> | ||
<title>Warning Title</title> | ||
<para>bla</para> | ||
</warning> | ||
<warning> | ||
<para>bla</para> | ||
</warning> | ||
</article> |
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml-model href="../rng/geekodoc5-flat.rnc" type="application/relax-ng-compact-syntax"?> | ||
<article xmlns="http://docbook.org/ns/docbook" xml:lang="en" xml:id="article-lists"> | ||
<title>Test Article for Images</title> | ||
<figure> | ||
<title>A Title for a Figure Without ID</title> | ||
<mediaobject> | ||
<imageobject> | ||
<imagedata fileref="non-image.png"/> | ||
</imageobject> | ||
</mediaobject> | ||
</figure> | ||
<figure xml:id="a-figure"> | ||
<title>A Title for a Figure Without ID</title> | ||
<mediaobject> | ||
<imageobject> | ||
<imagedata fileref="non-image.png"/> | ||
</imageobject> | ||
</mediaobject> | ||
</figure> | ||
<figure> | ||
<title>A Title for a Figure With Lowercase format Attribute</title> | ||
<mediaobject> | ||
<imageobject> | ||
<imagedata fileref="non-image.png" format="png"/> | ||
</imageobject> | ||
</mediaobject> | ||
</figure> | ||
<figure> | ||
<title>A Title for a Figure With Uppercase format Attribute</title> | ||
<mediaobject> | ||
<imageobject> | ||
<imagedata fileref="non-image.png" format="PNG"/> | ||
</imageobject> | ||
</mediaobject> | ||
</figure> | ||
</article> |
Oops, something went wrong.