From cd9eb74a8587a621dbf895be12a0aaf321a26772 Mon Sep 17 00:00:00 2001
From: Karl <kc0bfv@gmail.com>
Date: Sun, 02 Feb 2020 22:02:09 +0000
Subject: [PATCH] Remove some broken html, add emoji

---
 exampleSite/content/markdown-syntax.md |   16 ++--------------
 1 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/exampleSite/content/markdown-syntax.md b/exampleSite/content/markdown-syntax.md
index ee170be..8bb4658 100644
--- a/exampleSite/content/markdown-syntax.md
+++ b/exampleSite/content/markdown-syntax.md
@@ -54,8 +54,8 @@
 
 #### Blockquote with attribution
 
-> Don't communicate by sharing memory, share memory by communicating.</p>
-> — <cite>Rob Pike[^1]</cite>
+> Don't communicate by sharing memory, share memory by communicating.
+> — Rob Pike[^1]
 
 
 [^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015.
@@ -139,15 +139,3 @@
 1. First Sub-item
 2. Second Sub-item
 
-## Other Elements — abbr, sub, sup, kbd, mark
-
-<abbr title="Graphics Interchange Format">GIF</abbr> is a bitmap image format.
-
-H<sub>2</sub>O
-
-X<sup>n</sup> + Y<sup>n</sup> = Z<sup>n</sup>
-
-Press <kbd><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>Delete</kbd></kbd> to end the session.
-
-Most <mark>salamanders</mark> are nocturnal, and hunt for insects, worms, and other small creatures.
-

--
Gitblit v1.10.0