tomaskovacik / arduino

38 stars 27 forks source link

Add Markdown formatting to make code list readable #4

Closed mnaberez closed 8 years ago

mnaberez commented 8 years ago

Before:

0x00 Volume down 0x01 mem/cd1 0x03 mem/cd3 0x05 mem/cd5 0x07 search up 0x09 reg on/off 0x0B tp 0x11 AM 0x15 AS-STORE 0x17 FM 0x1D search down ...

After:

• 0x00: Volume down • 0x01: mem/cd1 • 0x03: mem/cd3 • 0x05: mem/cd5 • 0x07: search up • 0x09: reg on/off • 0x0B: tp • 0x11: AM • 0x15: AS-STORE • 0x17: FM • 0x1D: search down ...

tomaskovacik commented 8 years ago

thx!