1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-01 15:15:52 +01:00
Files
pentadactyl-pm/locale/en-US/asciidoc.conf
Martin Stubenschrott ca02613a83 asciidoc nearly ready
2008-01-06 15:13:43 +00:00

36 lines
1013 B
Plaintext

[glossary]
author=Martin Stubenschrott
email=stubenschrott@gmx.net
# [header]
# <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
# "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
# <html>
# <head>
# <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
# <meta name="generator" content="AsciiDoco DocBook, text to LinuxDoc, text to XML, AsciiDoc, Python installer, Python execution environment" />
# <link rel="stylesheet" href="main.css" type="text/css" />
# <title>{doctitle}</title>
# </head>
# <body>
# <id="content">
# <h1>{doctitle}</h1>
[replacements]
HEADER=image:chrome://vimperator/content/logo_white.png[Vimperator]
[macros]
# Tag: |primary,secondary,tertiary| not yet support, only use single tags
(?su)(?<!\S)[\\]?\|(?P<attrlist>.+?)\|(?!\+)=tag
# same as tag, but with anchor
(?su)(?<!\S)[\\]?\|(?P<attrlist>.+?)\|(?!\+)=atag
[tag-inlinemacro]
<span class="tag">{target}</span>
[atag-inlinemacro]
<a id="{target}" />
<span class="tag">{target}</span>