mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-05-03 09:40:52 +02:00
updated makefile for autogenerating help with asciidoc, thanks a lot bartman!
This commit is contained in:
+12
-10
@@ -12,21 +12,21 @@ VIMperator :)*
|
||||
This is the optional preamble (an untitled section body). Useful for
|
||||
writing simple sectionless documents consisting only of a preamble.
|
||||
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
<link rel="stylesheet" href="../content/help.css" type="text/css"/>
|
||||
<span style="float: right;">
|
||||
<code class="tag">asciidoc</code>
|
||||
<code class="tag">foo</code>
|
||||
<code class="tag">bar</code>
|
||||
</span>
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
// <link rel="stylesheet" href="../content/help.css" type="text/css"/>
|
||||
// <span style="float: right;">
|
||||
// <code class="tag">asciidoc</code>
|
||||
// <code class="tag">foo</code>
|
||||
// <code class="tag">bar</code>
|
||||
// </span>
|
||||
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
tags:foo[]
|
||||
atag:abstract[] tag:beginning[]
|
||||
|
||||
anchor:abstract[abstract]
|
||||
Abstract
|
||||
--------
|
||||
The optional abstract (one or more paragraphs) goes here.
|
||||
You can also jump to xref:section[section].
|
||||
|
||||
This document is an AsciiDoc article skeleton containing briefly
|
||||
annotated element placeholders plus a couple of example index entries
|
||||
@@ -34,6 +34,8 @@ and footnotes. The preface, appendix, bibliography, glossary and index
|
||||
section titles are significant ('specialsections').
|
||||
|
||||
|
||||
atag:section[]
|
||||
|
||||
The First Section
|
||||
-----------------
|
||||
Article sections start at level 1 and can be nested up to four levels
|
||||
|
||||
Reference in New Issue
Block a user