1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 22:44:12 +01:00

tag and atag macros for asciidoc finally working

This commit is contained in:
Martin Stubenschrott
2008-01-06 14:50:11 +00:00
parent a8dd1597b1
commit 80b600040d
3 changed files with 3 additions and 2 deletions

View File

@@ -188,7 +188,7 @@ ${JAR}: ${BUILD_JAR_SUBDIRS} ${JAR_FILES}
#### doc
${DOC_FILES}: %.html: %.txt Makefile
${DOC_FILES}: %.html: %.txt Makefile locale/en-US/asciidoc.conf
@echo "DOC $@"
${Q}${ASCIIDOC} --unsafe -a linkcss -o $@ $<

View File

@@ -35,7 +35,7 @@ HEADER=image:chrome://vimperator/content/logo_white.png[Vimperator]
[atag-inlinemacro]
<link rel="stylesheet" href="../content/help.css" type="text/css"/>
<a href="{target}"></a>
<a id="{target}" />
<span style="float: right;">
<code class="tag" style="padding-left: 10px;">{target}</code>
</span>

View File

@@ -22,6 +22,7 @@ writing simple sectionless documents consisting only of a preamble.
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
atag:abstract[] tag:beginning[]
anchor:foo[]
Abstract
--------