delwin() and dereferencing issue in viewer, #70
[smdp.git] / sample.md
index a679ba2..bf24ce0 100644 (file)
--- a/sample.md
+++ b/sample.md
@@ -173,11 +173,21 @@ becomes
 
 -------------------------------------------------
 
--> ## More information about markdown <-
+-> # Supported markdown formatting's <-
+
+URL in pandoc style are supported:
 
-can be found on
+\[Google](http://www.google.com/)
 
-_http://daringfireball.net/projects/markdown/_
+becomes
+
+[Google](http://www.google.com/)
+
+-------------------------------------------------
+
+-> ## More information about markdown <-
+
+can be found in the [markdown documentation](http://daringfireball.net/projects/markdown/).
 
 -------------------------------------------------
 
@@ -225,8 +235,6 @@ I hope you like *mdp*. But be aware, that it is
 still in alpha status.
 
 If you observe strange behavior, feel free to
-open an issue on GitHub:
-
-_https://github.com/visit1985/mdp_
+open an issue on [GitHub](https://github.com/visit1985/mdp).