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.
28 lines
802 B
28 lines
802 B
4 years ago
|
////
|
||
|
User Manual - keyword metadata example
|
||
|
|
||
|
////
|
||
|
|
||
|
// tag::key-base[]
|
||
|
= The Dangerous and Thrilling Documentation Chronicles
|
||
|
Kismet Rainbow Chameleon <kismet@asciidoctor.org>; Lazarus het_Draeke <lazarus@asciidoctor.org>
|
||
|
:keywords: documentation, team, obstacles, journey, victory
|
||
|
|
||
|
This journey begins on a bleary Monday morning.
|
||
|
// end::key-base[]
|
||
|
|
||
|
// tag::key-html[]
|
||
|
[source,xml]
|
||
|
----
|
||
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
|
<meta name="generator" content="Asciidoctor 1.5.6.1">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<meta name="keywords" content="documentation, team, obstacles, journey, victory">
|
||
|
<title>The Dangerous and Thrilling Documentation Chronicles</title>
|
||
|
<style>
|
||
|
----
|
||
|
// end::key-html[]
|