# # quickie - a small fast C++ Wiki Wiki # Copyright (C) 2005 Peter Miller # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. # # MANIFEST: var/manual/markup_hints.wiki # !! Markup Hints Paragraph breaks are inserted at blank lines. Using double underscore characters you can use Bold text. For example, {{_ _ bold _ _}} is rendered in __bold__ face. Using double single quote characters you can use Italic text. For example, {{' ' italic ' '}} is rendered in ''italic'' face. Using double curly brace characters you can use mono-spaced text. For example, {{ { { fixed } } }} is rendered as the {{mono-space}} font. Using square brackets, will give you a hyper-link to another wiki page. For example, {{{[index]}}} would be rendered as [index], a link back to the front page of this wiki. If you want different highlighted text in the hyper-link, separate the wiki page name from the text with a vertical bar ({{|}}) character. For example, {{{[index|the front page]}}} would be rendered as [index|the front page], a sightly more informative link. External links place the URL on the left-hand side. Again, the right hand side is optional. For example, {{{[http://quickie.sourceforge.net/|Quickie Home Page]}}} would be rendered as [http://quickie.sourceforge.net/|Quickie Home Page]. See the [manual/markup|Text Layout and Formatting Guide] for detailed and more complete information.