new examples
[feisty_meow.git] / scripts / core / functions.sh
index e2fbc519da3bfde9b509db9af28d65f51cc78c09..86d8999158c41a6f5df37ea10c13b0f219464272 100644 (file)
@@ -653,6 +653,17 @@ return 0
 
   ##############
 
+#hmmm: this points to an extended functions file being needed; not all of these are core.
+
+  # displays documentation in "md" formatted files.
+  function show_md()
+  {
+    local file="$1"; shift
+    pandoc "$file" | lynx -stdin
+  }
+
+  ##############
+
   # just shows a separator line for an 80 column console, or uses the first
   # parameter as the number of columns to expect.
   function separator()