manSavannah Administration - Cookbook: recipe #125, Markup Reminder

 
 

You are not allowed to post comments on this tracker with your current authentication level.

recipe #125: Markup Reminder

Submitter:  None
Submitted:  Tue 29 Nov 2005 08:32:43 AM UTC
   
 
Category:  None Importance:  3 - Normal
Status:  Approved Privacy:  Public
Assigned to:  None Open/Closed:  Closed

Tue 29 Nov 2005 08:32:43 AM UTC, recipe preview:  

This recipe is obsolete.  Use savannah.gnu.org/markup-test.php instead.

Savane provides a markup language that enables you to format text you post in items or items comments. HTML is not allowed for security reasons.


Basic Text Tags


Basic Text Tags are available almost everywhere.

bold markup is:

*bold*


italic markup is:

_italic_


URLs are automatically made links, additionally you can give them a title:

[http://linkurl Title]


Also, these texts are made links to tracker items and files:

bug #1419857
sr #4913
support #4913
task #289
file #83521
patch #119
comment #51


Links to attached files whose names end in '.png', '.jpg', '.jpeg' (case insensitive) are converted to HTML images, with possible surrounding parentheses and commas:

(file #47102)




Rich Text Tags


Rich Text Tags are available in comments.

Unnumbered list markup is:

* item 1

* item 2

** item 2 subitem 1
** item 2 subitem 2


Numbered list markup is:

0 item 1
0 item 2


Horizontal ruler markup is:

----


Verbatim markup (useful for code bits) is:

+verbatim+
The piece of code
The piece of code, line 2

-verbatim-


Heading Tags


Heading Text Tags are available in rare places like items original submission, news item content, project description and users resume.

First Level heading markup is:

= Title =


Second Level heading markup is:

== Subtitle ==


Third Level heading markup is:

=== Subsubtitle ===


Fourth Level heading markup is:

==== Subsubsubtitle ====


The Special _No Markup_ Tag


If for some reason, you want to completely deactivate the markup on a part of a text, you can always use:

+nomarkup+ Piece of text that will be printed unformatted -nomarkup-


This tag diverges from the verbatim tag in the sense that it will not cause the relevant text to be formatted as it would be in a text editor, a pure verbatim environment, but simply unformatted. As result, for example, text indentation would be ignored because HTML by default ignores it. So to copy/paste bits of code, software output, you are advised to always use the verbatim tag instead.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #47102:  floating.png added by ineiev (21KiB - image/png)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by ineiev (Updated the item)
  •  

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-03-22 ineiev Recipe*This recipe is... -6 chars
    2019-06-21 ineiev RecipeSavane provides a markup... +85 chars
    2019-06-17 ineiev RecipeSavane provides a markup... +225 chars
    2019-06-17 ineiev Attached File- Added floating.png, #47102
    2019-06-14 ineiev RecipeSavane provides a markup... +99 chars
    2019-06-14 ineiev RecipeSavane provides a markup... +77 chars

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code