README.md in hemingway-0.0.2 vs README.md in hemingway-0.0.3
- old
+ new
@@ -133,11 +133,16 @@
$\\chi$" : χ
$\\psi$" : ψ
$\\omega$" : ω
```
+One can also exponentiate something by using math mode:
+```html
+December 7$^{th}$ : <div class='entry'><p>December 7<sup>th</sup></p></div>
+```
+
###### Special Characters
```html
\\# : #
\\$ : $
@@ -267,10 +272,16 @@
Have you guys ever heard the song <em>Blow</em> by <em>MILF</em>?
</p>
</blockquote>
```
+###### Centering Text
+
+```html
+\\begin{center} Dromiceiomimus \\end{center} : <div class="center">Dromiceiomimus</div>
+```
+
###### Inline Right Justification
```html
The love, \\hfill Will
```
@@ -283,9 +294,15 @@
###### Horizontal Rules
```html
\\neatline : <hr class='neatline'>
+```
+
+###### Accents
+
+```html
+Charm\'{e}e de vous voir. Je suis tr\`{e} contente de vous voir. : Charmée de vous voir. Je suis trè contente de vous voir.
```
## Contributing
1. Fork it