mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-26 10:25:45 +01:00
asciidoc nearly ready
This commit is contained in:
@@ -28,14 +28,8 @@ HEADER=image:chrome://vimperator/content/logo_white.png[Vimperator]
|
|||||||
(?su)(?<!\S)[\\]?\|(?P<attrlist>.+?)\|(?!\+)=atag
|
(?su)(?<!\S)[\\]?\|(?P<attrlist>.+?)\|(?!\+)=atag
|
||||||
|
|
||||||
[tag-inlinemacro]
|
[tag-inlinemacro]
|
||||||
<link rel="stylesheet" href="../content/help.css" type="text/css"/>
|
<span class="tag">{target}</span>
|
||||||
<span style="float: right;">
|
|
||||||
<code class="tag" style="padding-left: 10px;">{target}</code>
|
|
||||||
</span>
|
|
||||||
|
|
||||||
[atag-inlinemacro]
|
[atag-inlinemacro]
|
||||||
<link rel="stylesheet" href="../content/help.css" type="text/css"/>
|
|
||||||
<a id="{target}" />
|
<a id="{target}" />
|
||||||
<span style="float: right;">
|
<span class="tag">{target}</span>
|
||||||
<code class="tag" style="padding-left: 10px;">{target}</code>
|
|
||||||
</span>
|
|
||||||
|
|||||||
@@ -12,15 +12,6 @@ VIMperator :)*
|
|||||||
This is the optional preamble (an untitled section body). Useful for
|
This is the optional preamble (an untitled section body). Useful for
|
||||||
writing simple sectionless documents consisting only of a preamble.
|
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>
|
|
||||||
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
||||||
|
|
||||||
atag:abstract[] tag:beginning[]
|
atag:abstract[] tag:beginning[]
|
||||||
anchor:foo[]
|
anchor:foo[]
|
||||||
|
|
||||||
@@ -86,6 +77,8 @@ AsciiDoc configuration.
|
|||||||
footnote:[A second example footnote.]
|
footnote:[A second example footnote.]
|
||||||
|
|
||||||
|
|
||||||
|
atag:second[] atag:another[] atag:really[] atag:g<Ctrl-g>[]
|
||||||
|
|
||||||
The Second Section
|
The Second Section
|
||||||
------------------
|
------------------
|
||||||
Article sections are at level 1 and can contain sub-sections nested up
|
Article sections are at level 1 and can contain sub-sections nested up
|
||||||
|
|||||||
@@ -266,3 +266,11 @@ div.table p.title
|
|||||||
@media print {
|
@media print {
|
||||||
div.navheader, div.navfooter { display: none; }
|
div.navheader, div.navfooter { display: none; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* my additions */
|
||||||
|
span.tag {
|
||||||
|
font-weight: bold;
|
||||||
|
color: rgb(255, 0, 255); /* magenta */
|
||||||
|
padding-left: 15px !important;
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user