Style guide

Headlines

# with overline, h1, for parts

= with overline, h2, for chapters

=, for sections, h3

-, for subsections, h4

^, for subsubsections, h5

", for paragraphs, h6


##################
H1: document title
##################

Introduction text.


=========
Sample H2
=========

A bit of sample content.


Sample H3
=========

Just sample content.


Sample H4
---------

More sample content.


Sample H5
^^^^^^^^^

Yet more sample content.


Sample H6
"""""""""

No more sample content. And some text.

Pinouts

16 spaces -
   indent ¦
(usually) ¦
          ¦
          ¦
          +-----\/-----+
    Vcc --|01        24|-- Vss/GND
    Vdd --|02        23|-- N/C
     IN ->|03        22|<- IN
    OUT <-|04        21|-> OUT
 IN/OUT <>|05        20|<> IN/OUT
        --|06        19|--
        --|07        18|--
        --|08        17|--
        --|09        16|--
        --|10        15|--
        --|11        14|--
        --|12        13|--
          +------------+

Tables

Do not use colspan or rowspan for .datatable as these attributes might break the DataTables function.