\documentclass[a4paper,11pt]{article}
\usepackage{ulem}
\usepackage{a4wide}
\usepackage[dvipsnames,svgnames]{xcolor}
\usepackage[pdftex]{graphicx}

\usepackage{hyperref}
% commands generated by html2latex


\begin{document}

This page is to provide very simple and quick help on editing this wiki.
\begin{itemize}
	\item \textbf{Headings}: If you want headings then use one or more equals signs on both sides: 
\end{itemize}
\begin{description}== My Level 2 Heading Here ==
\end{description}
\begin{itemize}
	\item \textbf{Bold}: If you want bolded text, three single quotes on either side: 
\end{itemize}
\begin{description}'''bold'''.
\end{description}
\begin{itemize}
	\item \textbf{Horizontal Rule}: If you want a rule across then four hypens: 
\end{itemize}
\begin{description}----
\end{description}
\begin{itemize}
	\item \textbf{Internal Link}: To link to an internal page use square brackets. Note that you have to have the "CIRCA:" before the title of a page you are creating/linking to.
\end{itemize}
\begin{description}[[CIRCA:Very Simple Help]] [[CIRCA:Very Simple Help | Very Simple Help (without the CIRCA:)]]
\end{description}
\begin{itemize}
	\item \textbf{External Link}: To link to the outside you can just use the URL or provide anchor text: 
\end{itemize}
\begin{description}[http://mediawiki.org MediaWiki]
\end{description}

\line(1,0){300}


For help editing there is a more complete page at: \href{/index.php/Help:Editing}{Help:Editing}

\end{document}