|
a/Allura/allura/templates/jinja_master/lib.html |
|
b/Allura/allura/templates/jinja_master/lib.html |
|
... |
|
... |
130 |
<li><a href="#md_ex_moreheaders{{id}}">More Headers</a></li>
|
130 |
<li><a href="#md_ex_moreheaders{{id}}">More Headers</a></li>
|
131 |
<li><a href="#md_ex_code{{id}}">Code Highlighting</a></li>
|
131 |
<li><a href="#md_ex_code{{id}}">Code Highlighting</a></li>
|
132 |
<li><a href="#md_ex_includes{{id}}">Includes</a></li>
|
132 |
<li><a href="#md_ex_includes{{id}}">Includes</a></li>
|
133 |
<li><a href="#md_ex_neighborhood_notes{{id}}">Neighborhood Notifications</a></li>
|
133 |
<li><a href="#md_ex_neighborhood_notes{{id}}">Neighborhood Notifications</a></li>
|
134 |
<li><a href="#md_ex_download_button{{id}}">Download Button</a></li>
|
134 |
<li><a href="#md_ex_download_button{{id}}">Download Button</a></li>
|
|
|
135 |
<li><a href="#md_ex_project_screenshots{{id}}">Project Screenshots</a></li>
|
135 |
<li><a href="#md_ex_thanks{{id}}">Thanks</a></li>
|
136 |
<li><a href="#md_ex_thanks{{id}}">Thanks</a></li>
|
136 |
</ul>
|
137 |
</ul>
|
137 |
|
138 |
|
138 |
<h2 id="md_ex_links{{id}}">Links</h2>
|
139 |
<h2 id="md_ex_links{{id}}">Links</h2>
|
139 |
|
140 |
|
|
... |
|
... |
582 |
<p>You can display a download button that links to the best download available for the active project. Please note that if you use this macro and there is no download associated with your project, the button will not appear.</p>
|
583 |
<p>You can display a download button that links to the best download available for the active project. Please note that if you use this macro and there is no download associated with your project, the button will not appear.</p>
|
583 |
<div class="codehilite"><pre>
|
584 |
<div class="codehilite"><pre>
|
584 |
[[download_button]]
|
585 |
[[download_button]]
|
585 |
</pre></div>
|
586 |
</pre></div>
|
586 |
|
587 |
|
|
|
588 |
<h2 id="md_ex_project_screenshots{{id}}">Project Screenshots</h2>
|
|
|
589 |
<p>You can show all the screenshots for the current project as thumbnails that are linked to the full-size image.</p>
|
|
|
590 |
<div class="codehilite"><pre>
|
|
|
591 |
[[project_screenshots]]
|
|
|
592 |
</pre></div>
|
|
|
593 |
|
587 |
<h2 id="md_ex_thanks{{id}}">Thanks</h2>
|
594 |
<h2 id="md_ex_thanks{{id}}">Thanks</h2>
|
588 |
<p>Thanks to John Gruber and Aaron Swartz for creating Markdown.</p>
|
595 |
<p>Thanks to John Gruber and Aaron Swartz for creating Markdown.</p>
|
589 |
<p>
|
596 |
<p>
|
590 |
This page is based on some examples from Greg Schueler, <a href="mailto:greg@vario.us">greg@vario.us</a>
|
597 |
This page is based on some examples from Greg Schueler, <a href="mailto:greg@vario.us">greg@vario.us</a>
|
591 |
</p>
|
598 |
</p>
|