diff --git a/.gitignore b/.gitignore index 496ee2ca6a..fa611d84b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -.DS_Store \ No newline at end of file +*~ +.DS_Store +thumbs.db diff --git a/docs/index.html b/docs/index.html index 292d919c0d..e5d1c56aef 100644 --- a/docs/index.html +++ b/docs/index.html @@ -621,7 +621,7 @@ <code> - In a line of text like this, your wrapped code will look like this >html< element. + In a line of text like this, your wrapped code will look like this <html> element. <pre> @@ -630,7 +630,7 @@ <h1>Heading</h1> <p>Something right here...</p> </div> -

Note: Be sure to keep code within pre tags as close to the left as possible; it will render all tabs.

+

Note: Be sure to keep code within <pre> tags as close to the left as possible; it will render all tabs.