From 4dfee02d10f24f957b52ddfa8a0c75c1f318130c Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Wed, 10 Feb 2016 09:03:24 -0500 Subject: [PATCH] Updated readme Former-commit-id: 741f117cf4d191b3b504879d2e0523470b7c4e81 [formerly e93364b52de060f51a1c16358c46ae2b4f219e1d] [formerly d5b24c2491fc33885b68becf3a1e4cda7582c795 [formerly 9907a01c0ef7da5fef673940e600c85dd5ff2ee5]] Former-commit-id: 0e2ec6af57df3addbc8f08764db5922459eb24a9 [formerly ba5b4963a4803a60eed2cbf34776435022178f74] Former-commit-id: 30ea575f82196b24d71fd6b5b8c1158a12f64ada --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa96e2d..18c9879 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To jot a note, simply load the page at [`/`](http://AwwKoala.com/) and just star #### Views and Lists -All pages can be rendered into HTML by adding `/view`. For example, the page [`/AnythingYouWant`](http://AwwKoala.com/AnythingYouWant) is rendered at [`/AnythingYouWant/view`](http://AwwKoala.com/AnythingYouWant/view). You can write in HTML or [Markdown](https://daringfireball.net/projects/markdown/) for page rendering. Math is supported using [Katex](https://github.com/Khan/KaTeX). Base64 images are supported [in img tags](https://stackoverflow.com/questions/1207190/embedding-base64-images) as well. +All pages can be rendered into HTML by adding `/view`. For example, the page [`/AnythingYouWant`](http://AwwKoala.com/AnythingYouWant) is rendered at [`/AnythingYouWant/view`](http://AwwKoala.com/AnythingYouWant/view). You can write in HTML or [Markdown](https://daringfireball.net/projects/markdown/) for page rendering. Math is supported with [Katex](https://github.com/Khan/KaTeX) using `$\frac{1}{2}$` for inline equations and `$$\frac{1}{2}$$` for regular equations. If you are writing a list and you want to tick off things really easily, just add `/list`. For example, after editing [`/grocery`](http://AwwKoala.com/grocery), goto [`/grocery/list`](http://AwwKoala.com/grocery/list). In this page, whatever you click on will be striked through and moved to the end. This is helpful if you write a grocery list and then want to easily delete things from it.