Skip to content

Instantly share code, notes, and snippets.

@anantham
Last active September 12, 2015 17:55
Show Gist options
  • Save anantham/0ed70cb56e3f82c3856d to your computer and use it in GitHub Desktop.
Save anantham/0ed70cb56e3f82c3856d to your computer and use it in GitHub Desktop.
Hello World
hello world!
--------------
I am getting back to blogging after a kind of _sabbatical_,
lets get to learning and sharing.
I plan to use this post to test [MarkDown] [1] and [pagedown-extra] [2]
and also get familiar with StackEdit.
----------
**we can use control+B to make Bold text**
*while control+I is for Italic*
[I made a link to google using control+L](google.com)
I guess cause L stands for Link
> ctrl+B gets a Blockquote
ctrl+K is to write Code
1. ctrl+O for Ordered lists
2. which are numbered as we can see.
----------
ctrl+R to add a horizontal Rule
- ctrl+U for unordered lists
- for which bullets are used.
and ctrl+H for a Heading
## This is a double hashed heading ##
We use latex to write equations given below
integrals such as the Gamma function, fractions and powers
$
\Gamma(z) = \int_0^\infty t^{z-1}e^{-t}dt \\
f(x) = \frac{1}{x^6}.
$
we can have sigma with limits and variables with subscripts
$
g(n) = \sum\limits_{i=1}^n x_i \\
h(n) = \prod\limits_{i=1}^n x_i
$
Other symbols include
$
10\div90 = \frac{1}{9} = 0.\overline{11} \\
\frac{\partial x}{dt} = \infty \; \; \forall \,x
$
We can also add comments to the document.
I used ctrl+G to add this image
![enter image description here](https://lh3.googleusercontent.com/KrsW6h_pu4e8Tfev61tghmT6T0XTmaL1d-QR4VbiF_Ej=s500 "vlcsnap-2014-09-24-15h51m06s171.png")
----------
Well my publishing of the document seems to be a problem..
Hope to add more later, signing off
### Aditya A Prasad
> Written with [StackEdit](https://stackedit.io/).
[1]: http://daringfireball.net/projects/markdown/
[2]: https://github.com/jmcmanus/pagedown-extra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment