mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
Related to ticket #1082, this adds support for asciidoc macros to emulate macros from qbk. Macro support is documented at https://github.com/cppalliance/asciidoctor-boost/
25 lines
450 B
Plaintext
25 lines
450 B
Plaintext
:noheader:
|
|
:nofooter:
|
|
:notitle:
|
|
|
|
// standard asciidoctor content
|
|
Some text
|
|
|
|
https://asciidoctor.org - automatic!
|
|
|
|
https://asciidoctor.org[Asciidoctor]
|
|
|
|
devel@discuss.example.org
|
|
|
|
// boost specific asciidoc content
|
|
|
|
boost_at:/tools/boost/boost_1_75_0/libs/algorithm/doc/html/algorithm/[Algorithm Library]
|
|
|
|
boost_phrase:library[Hi!]
|
|
|
|
PR: boost_gh:pr[geometry,1247]
|
|
|
|
Issue: boost_gh:issue[geometry,1231]
|
|
|
|
boost_phrase:library[Charconv:,/libs/charconv/]
|