Sitemap
nipafx news

Whatever recently caught my interest: a thrilling development in the Java community, libraries or tools I am using, what I’ve written or read that might interest you, fascinating questions on StackOverflow, odd tweets, etc. I also send this out via email: https://nipafx.dev/news/

Java 10 And Cross References In Asciidoctor

6 min readNov 14, 2017

--

Java 10, this time for real

Features

Talks at Devoxx

Asciidoctor References

The problem

How reference texts are picked out

== [[inline-anchor]]A header [[id]]
== An xreflabel header [[header-xreflabel,xreflabel header]]
[reftext="reftext header"]
== A reftext header [[header-reftext]]

Configure reference style

= Reference Experiment
Nicolai Parlog
:doctype: article
:sectnums:
:xrefstyle: short
:!chapter-refsig:
:!section-refsig:
:!appendix-refsig:
== Many headers=== An xreflabel header [[header-xreflabel,xreflabel header]]See <<header-xreflabel>>.[reftext="reftext header"]
=== A reftext header [[header-reftext]]
See <<header-reftext>>.=== A blank header [[header-blank]]See section <<header-blank>>.
1. Many headers1.1. An xreflabel headerSee [xreflabel header].1.2. A reftext headerSee [reftext header].1.3. A blank headerSee section [1.3].

Project of the week: GDH

--

--

nipafx news
nipafx news

Published in nipafx news

Whatever recently caught my interest: a thrilling development in the Java community, libraries or tools I am using, what I’ve written or read that might interest you, fascinating questions on StackOverflow, odd tweets, etc. I also send this out via email: https://nipafx.dev/news/

Nicolai Parlog
Nicolai Parlog

Written by Nicolai Parlog

Nicolai is a #Java enthusiast with a passion for learning and sharing — in posts & books; in videos & streams; at conferences & in courses. https://nipafx.dev

Responses (1)