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:
2
Makefile
2
Makefile
@@ -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 $@ $<
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -22,6 +22,7 @@ writing simple sectionless documents consisting only of a preamble.
|
||||
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
atag:abstract[] tag:beginning[]
|
||||
anchor:foo[]
|
||||
|
||||
Abstract
|
||||
--------
|
||||
|
||||
Reference in New Issue
Block a user