From 82e9791b9ec8ada62f3718d95c0a89dbcfeb64a7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 12 Jan 2015 21:16:33 -0800 Subject: Revert "Moved dingus to js directory." This reverts commit 5ddf8743f02132f07aad4bb27e0b84c530a706d7. --- Makefile | 2 +- dingus.html | 175 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ js/dingus.html | 175 --------------------------------------------------------- 3 files changed, 176 insertions(+), 176 deletions(-) create mode 100644 dingus.html delete mode 100644 js/dingus.html diff --git a/Makefile b/Makefile index a50581f..93fa353 100644 --- a/Makefile +++ b/Makefile @@ -145,7 +145,7 @@ npm: cd js; npm publish dingus: js/commonmark.js - cd js && echo "Starting dingus server at http://localhost:9000/dingus.html" && python -m SimpleHTTPServer 9000 + echo "Starting dingus server at http://localhost:9000/dingus.html" && python -m SimpleHTTPServer 9000 ### Spec ### diff --git a/dingus.html b/dingus.html new file mode 100644 index 0000000..0cac16d --- /dev/null +++ b/dingus.html @@ -0,0 +1,175 @@ + + + + + commonmark.js demo + + + + + + + + +
+
+
+

commonmark.js dingus

+
+
+
+
+

clear 

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

    commonmark.js dingus

    -
    -
    -
    -
    -

    clear 

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