Per Tillisch

Results 361 issues of Per Tillisch

Using the following markdown: ``` test \ markdown ``` markdown-editor output is: ``` test markdown ``` GitHub flavored markdown output is: test \ markdown

markdown-editor autolinks IP addresses but GitHub flavored markdown does not autolink IP addresses: 192.168.1.1

Each field of keywords.txt is separated by a single true tab. When you use multiple tabs it causes the field to be interpreted as empty. On Arduino IDE 1.6.5 and...

The Arduino IDE currently requires the use of a tab separator between the name and identifier. Without this tab the keyword is not highlighted. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords

Originally suggested by edpugh at http://forum.arduino.cc/index.php?topic=533909

GitHub has recently changed their Markdown interpreter to strictly follow the [GFM spec](https://github.github.com/gfm). This has broken some Markdown that worked previously. By alternating the delimiters used this problem is fixed...

Each field of keywords.txt is separated by a single true tab. When you use multiple tabs it causes the field to be interpreted as empty. On Arduino IDE 1.6.5 and...

The previous installation instructions recommended installing the library to the Arduino IDE installation folder. This is a terrible idea because all libraries installed there are lost whenever you update to...

A popular library installation technique is to download the library via GitHub's **Clone or download > Download ZIP** and then use the Arduino IDE's **Sketch > Include Library > Add...

The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab the keyword is...