Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment:

Update formatting and links

...

Code Block
langxml
titleCommenting HTML or XML snippets
<!-- START SNIPPET: xxx -->
...
<!-- END SNIPPET: xxx -->

If the snippet is in Java code, you can do:

Code Block
langjava
titleCommenting snippets in Java code
if (true != false) {
    // START SNIPPET: xxx
    System.out.println("This is some silly code!");
    // END SNIPPET: xxx
}

...

Try to use intial capitals for {h1}} and h2 headers.

For h3 and smaller headings, try to capitalize only the first word, and any proper nouns.

...

General punctuation and grammar

...

Good online resources for punctuation, grammar, and text style include

In print, two excellent (and inexpensive!) resources are

More on Text Effects

(star) This section refers to: Notation Guide >> Text Effects.

...