Content for this site, and for all sites using the ASF-Pelican template, is structured using GitHub Flavored Markdown (GFM).
File extensions are md, markdown, mkd, and mdown. If you have an mdtext file, it is from the Apache CMS, which is deprecated as of summer, 2021. Change the file extension to md.
Sites built with the ASF-Pelican template use a version of cmark-gfm by GitHub through the pelican-gfm
plugin that Infra created.
Detailed Specification with many examples.
If your project previously built its site using the Apache CMS, here are some differences from markdown.pl
that the CMS used:
style
, pre
, and script
.Disallowed html the tagfilter extension disables certain html tags. The asfgenid plugin reenables script
, style
, and iframe
html tags.
ID and Class annotations
## What is the Apache Software Foundation? {#what}
The Apache Software Foundation (ASF) is a non-profit 501(c)(3) corporation,
incorporated in Delaware, USA, in June of 1999. The ASF is a natural
outgrowth of The Apache Group, which formed in 1995 to develop the Apache HTTP Server.
Set the class to display an image to float-right
:
 {.float-right}
You can also float an HTML fragment at the right of the page display:
<div class=".pull-right" style="float:right; border-style:dotted; width:200px; padding:5px; margin:5px">
SEE INSTEAD: [Trademark Resources Site Map][resources].
</div>
If you are moving a project site of the Apache CMS and will be using the ASF-Pelican template:
notice:
at the top of the file with a one-line reference to the Apache License.
Copyright 2023, The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
Apache® and the Apache feather logo are trademarks of The Apache Software Foundation...