You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
547 B
25 lines
547 B
4 years ago
|
////
|
||
|
Included in:
|
||
|
|
||
|
- user-manual: Sidebar
|
||
|
- quick-ref
|
||
|
////
|
||
|
|
||
|
// tag::base-c[]
|
||
|
.AsciiDoc history // <1>
|
||
|
**** // <2>
|
||
|
AsciiDoc was first released in Nov 2002 by Stuart Rackham.
|
||
|
It was designed from the start to be a shorthand syntax
|
||
|
for producing professional documents like DocBook and LaTeX.
|
||
|
****
|
||
|
// end::base-c[]
|
||
|
|
||
|
// tag::base[]
|
||
|
.AsciiDoc history
|
||
|
****
|
||
|
AsciiDoc was first released in Nov 2002 by Stuart Rackham.
|
||
|
It was designed from the start to be a shorthand syntax
|
||
|
for producing professional documents like DocBook and LaTeX.
|
||
|
****
|
||
|
// end::base[]
|