diff --git a/index.html b/index.html index 46723fb..9d16101 100644 --- a/index.html +++ b/index.html @@ -49,9 +49,8 @@

text

This is some code.

-
	This is a longer
-	section of code
-	on multiple lines.
+
	This is a longer section of code
+    on multiple lines.
This is a longer
 section of code
 on multiple lines.
@@ -73,6 +72,11 @@

text

C6H12O6

+
^D^oesn’t ~w~ork (can’t be first character of word)
+

^D^oesn’t ~w~ork (can’t be first character of word)

+ + +
Escaped characters -- \&

Escaped characters – &

@@ -829,7 +833,7 @@

linebreaks

bar

-
foo  
+ 
foo (two trailing spaces)  
 bar

foo
bar

diff --git a/source/a-text/f.txt b/source/a-text/f.txt index 6c118f5..9569843 100644 --- a/source/a-text/f.txt +++ b/source/a-text/f.txt @@ -1,3 +1,2 @@ - This is a longer - section of code - on multiple lines. \ No newline at end of file + This is a longer section of code + on multiple lines. \ No newline at end of file diff --git a/source/a-text/j2.html b/source/a-text/j2.html new file mode 100644 index 0000000..648d6c4 --- /dev/null +++ b/source/a-text/j2.html @@ -0,0 +1 @@ +

^D^oesn’t ~w~ork (can’t be first character of word)

diff --git a/source/a-text/j2.txt b/source/a-text/j2.txt new file mode 100644 index 0000000..fd946e5 --- /dev/null +++ b/source/a-text/j2.txt @@ -0,0 +1 @@ +^D^oesn’t ~w~ork (can’t be first character of word) \ No newline at end of file diff --git a/source/linebreaks/2.txt b/source/linebreaks/2.txt index d85ef3e..2438578 100644 --- a/source/linebreaks/2.txt +++ b/source/linebreaks/2.txt @@ -1,2 +1,2 @@ -foo +foo (two trailing spaces) bar \ No newline at end of file