Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 625 Bytes

template.md

File metadata and controls

36 lines (18 loc) · 625 Bytes

Title [Use Title-Casing]

Utilize the AP style for title-casing.


Sub [Use Title-Casing]

Utilize the AP style for sub-title-casing.


source code


Punctuation in Abbreviations

Use proper punctuation in Latin abbreviations:

  • ex.: (if beginning a sentence use a capital "E": Ex.:)
  • e.g., (if beginning a sentence use a capital "E": E.g.,)
  • i.e., (if beginning a sentence use a capital "I": I.e.,)
  • etc.,
  • et al.

Code Snippets

Use backticks (`) for code snippts. Ex.: `createElement` will be rendered as createElement.