mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 12:14:11 +01:00
tag and atag macros for asciidoc finally working
This commit is contained in:
2
Makefile
2
Makefile
@@ -188,7 +188,7 @@ ${JAR}: ${BUILD_JAR_SUBDIRS} ${JAR_FILES}
|
|||||||
|
|
||||||
#### doc
|
#### doc
|
||||||
|
|
||||||
${DOC_FILES}: %.html: %.txt Makefile
|
${DOC_FILES}: %.html: %.txt Makefile locale/en-US/asciidoc.conf
|
||||||
@echo "DOC $@"
|
@echo "DOC $@"
|
||||||
${Q}${ASCIIDOC} --unsafe -a linkcss -o $@ $<
|
${Q}${ASCIIDOC} --unsafe -a linkcss -o $@ $<
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ HEADER=image:chrome://vimperator/content/logo_white.png[Vimperator]
|
|||||||
|
|
||||||
[atag-inlinemacro]
|
[atag-inlinemacro]
|
||||||
<link rel="stylesheet" href="../content/help.css" type="text/css"/>
|
<link rel="stylesheet" href="../content/help.css" type="text/css"/>
|
||||||
<a href="{target}"></a>
|
<a id="{target}" />
|
||||||
<span style="float: right;">
|
<span style="float: right;">
|
||||||
<code class="tag" style="padding-left: 10px;">{target}</code>
|
<code class="tag" style="padding-left: 10px;">{target}</code>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ writing simple sectionless documents consisting only of a preamble.
|
|||||||
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
|
|
||||||
atag:abstract[] tag:beginning[]
|
atag:abstract[] tag:beginning[]
|
||||||
|
anchor:foo[]
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
--------
|
--------
|
||||||
|
|||||||
Reference in New Issue
Block a user