diff --git a/.DS_Store b/.DS_Store index 5a0cb2b53d..a630216fad 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/sass/.DS_Store b/sass/.DS_Store index 293c0b03ea..108b7e7ea0 100644 Binary files a/sass/.DS_Store and b/sass/.DS_Store differ diff --git a/sass/_wiki.scss b/sass/_wiki.scss index d05f466048..5263a8494c 100644 --- a/sass/_wiki.scss +++ b/sass/_wiki.scss @@ -77,7 +77,32 @@ div.wiki-wrapper { section.wiki-body { @extend .content; - + + form#wiki_revision { + float: left; + width: flex-grid(7, 9); + margin-right: flex-gutter(9); + } + + #wiki_edit_instructions { + float: left; + width: flex-grid(2, 9); + + .markdown-example { + background-color: $light-gray; + padding-top: 5px; + padding-right: 2px; + padding-bottom: 5px; + padding-left: 5px; + + margin-top: 5px; + margin-bottom: 7px; + margin-left: 5px; + + line-height: 1.0; + } + } + header { @extend .topbar; diff --git a/simplewiki_edit.html b/simplewiki_edit.html index fbb4b143a3..be4f7a04eb 100644 --- a/simplewiki_edit.html +++ b/simplewiki_edit.html @@ -8,13 +8,37 @@ ${ wiki_article.title } <%block name="wiki_body">
+ +circuit:basic
+$LaTeX Math Expression$
+ To create a new wiki article, create a link to it. Clicking the link gives you the creation page. +[Article](/wiki/view/Article/Child/)
+ Other useful examples:[Link](http://google.com)
+Huge Header
+
====
Smaller Header
+
-------
*emphasis* or _emphasis_
+**strong** or __strong__
+- Unordered List
+
  - Sub Item 1
+
  - Sub Item 2
1. Ordered
+
2. List