Skip to content

Instantly share code, notes, and snippets.

@lo48576
Last active December 3, 2015 09:44
Show Gist options
  • Select an option

  • Save lo48576/f7c1524cfeeef74e4a0a to your computer and use it in GitHub Desktop.

Select an option

Save lo48576/f7c1524cfeeef74e4a0a to your computer and use it in GitHub Desktop.
asciidoctor environment at 2015-12-03
$ ruby -v
ruby 2.2.3p173 (2015-08-18 revision 51636) [x86_64-linux]

$ gem -v
2.4.8

$ asciidoctor -v
Asciidoctor 1.5.3 [http://asciidoctor.org]
Runtime Environment (ruby 2.2.3p173 (2015-08-18 revision 51636) [x86_64-linux]) (lc:UTF-8 fs:UTF-8 in:- ex:UTF-8)

$ uname -a
Linux veg 4.1.12-gentoo #1 SMP PREEMPT Fri Nov 6 18:19:36 JST 2015 x86_64 Intel(R) Core(TM) i7-4500U CPU @ 1.80GHz GenuineIntel GNU/Linux

(veg is a hostname.)

<?xml version="1.0" encoding="UTF-8"?>
<?asciidoc-toc?>
<?asciidoc-numbered?>
<article xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:lang="en">
<info>
<title>Untitled</title>
<date>2015-12-03</date>
</info>
<simpara><link x<link xlink:href="href="http://example.com/">">bracket1</link></link></simpara>
<simpara><link x<link xlink:href="href="http://example.com/">">bracket2</link></link></simpara>
<simpara><link x<link xlink:href="href="http://example.com/">\">bracket3</link></link></simpara>
<simpara><link xlink:href="http://example.com/"> [bracket4]</link></simpara>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment