From 5ddf8743f02132f07aad4bb27e0b84c530a706d7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 12 Jan 2015 20:25:07 -0800 Subject: Moved dingus to js directory. --- Makefile | 2 +- dingus.html | 175 --------------------------------------------------------- js/dingus.html | 175 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 176 insertions(+), 176 deletions(-) delete mode 100644 dingus.html create mode 100644 js/dingus.html diff --git a/Makefile b/Makefile index b77ab94..14ed1d1 100644 --- a/Makefile +++ b/Makefile @@ -151,7 +151,7 @@ npm: cd js; npm publish dingus: js/commonmark.js - echo "Starting dingus server at http://localhost:9000/dingus.html" && python -m SimpleHTTPServer 9000 + cd js && echo "Starting dingus server at http://localhost:9000/dingus.html" && python -m SimpleHTTPServer 9000 ### Spec ### diff --git a/dingus.html b/dingus.html deleted file mode 100644 index 0cac16d..0000000 --- a/dingus.html +++ /dev/null @@ -1,175 +0,0 @@ - - - - - commonmark.js demo - - - - - - - - -
-
-
-

commonmark.js dingus

-
-
-
-
-

clear 

- -
    -
    Parsed in - ms. Rendered in ms.
    -
    -
    - -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/js/dingus.html b/js/dingus.html new file mode 100644 index 0000000..f567755 --- /dev/null +++ b/js/dingus.html @@ -0,0 +1,175 @@ + + + + + commonmark.js demo + + + + + + + + +
    +
    +
    +

    commonmark.js dingus

    +
    +
    +
    +
    +

    clear 

    + +
      +
      Parsed in + ms. Rendered in ms.
      +
      +
      + +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      + + -- cgit v1.2.3