From 31dcb792be104ed7625946e2cb8102aa7c72e269 Mon Sep 17 00:00:00 2001 From: Zack Date: Tue, 9 Feb 2016 16:39:41 -0500 Subject: [PATCH] Added twitter handle Former-commit-id: 714d13edea9bc67e6e2e197cec856cdceea3cdea [formerly 78c980ca1d00f540a833c382d8028774057d155a] [formerly a2b1cc590139fbb54686df454ead82e327567caa [formerly 422287a3c8ee83c31a384273b3f65e20a32d5339]] Former-commit-id: 9f53ff89ec934e317d0407d6baf1155303c48415 [formerly 61817df1743c5830c7d961d840c9cf712ed1cff0] Former-commit-id: 30e988be4b7f8cdeebed8963b33ff13ec97ba1d9 --- utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.go b/utils.go index fb28c5c..3882400 100644 --- a/utils.go +++ b/utils.go @@ -29,7 +29,7 @@ If you are writing a list and you want to tick off things really easily, just ad Base64 images are supported [in img tags](https://stackoverflow.com/questions/1207190/embedding-base64-images). Math is supported using [Katex](https://github.com/Khan/KaTeX). For example, ` + "`" + `$\frac{1}{2}$` + "`" + ` becomes $\frac{1}{2}$ and ` + "`" + `$$E=mc^2$$` + "`" + ` becomes $$E=mc^2$$ -Be cautious about writing sensitive information in the notes as anyone with the URL has access to it. For more information, or if you'd like to edit the code, [use the Github](https://github.com/schollz/cowyo). If you'd like help or find a bug, please submit [an issue](https://github.com/schollz/cowyo/issues). +Be cautious about writing sensitive information in the notes as anyone with the URL has access to it. For more information, or if you'd like to edit the code, [use the Github](https://github.com/schollz/cowyo). If you'd like help or find a bug, please submit [an issue](https://github.com/schollz/cowyo/issues) or Tweet me @nand7430. Have fun.