Savannah 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 |
Attached Files
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
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 | Recipe | Savane provides a markup... | ![]() |
+85 chars |
2019-06-17 | ineiev | Recipe | Savane provides a markup... | ![]() |
+225 chars |
2019-06-17 | ineiev | Attached File | - | ![]() |
Added floating.png, #47102 |
2019-06-14 | ineiev | Recipe | Savane provides a markup... | ![]() |
+99 chars |
2019-06-14 | ineiev | Recipe | Savane provides a markup... | ![]() |
+77 chars |
Powered by Savane 3.12.
Corresponding source code
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:
italic markup is:
URLs are automatically made links, additionally you can give them a title:
Also, these texts are made links to tracker items and files:
Links to attached files whose names end in '.png', '.jpg', '.jpeg' (case insensitive) are converted to HTML images, with possible surrounding parentheses and commas:
Rich Text Tags
Rich Text Tags are available in comments.
Unnumbered list markup is:
Numbered list markup is:
Horizontal ruler markup is:
Verbatim markup (useful for code bits) is:
-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:
Second Level heading markup is:
Third Level heading markup is:
Fourth Level heading markup is:
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:
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.