Anobium / PICkitAutoWatch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asciidoc cheatsheet for GitHub

Introduction

These are the pages and the toolchain used to generate the PICkit: AutoWatch Help system.

This is a simple cheat sheet for editors of the Great Cow BASIC Help source files.

GitHub limitations

This cheatsheet contains small part of Asciidoc markup which works and looks fine on GitHub.  There is also full cheatsheet, but for now its main use is to show bugs, design issues, GitHub limitations and other differences from how Asciidoc cheatsheet should really looks like.

Help

The format is pre-determined.  Meaning the layout and the style sheets are already mandated, please refer to existing Help pages as a reference.  These notes are to enable the casual editor insights into some of the tricks when editing Asciidoc’s.

To add an example hard space, use the following:

Cheat Sheet

This is an example of how to show user code. Four dashes, then code indented by two tabs, terminated by four dashes.

An example of showing user code
    ----

    GLCDCLS

    ----


This is how to added a hard space. Always add a hard speace at the end of each sentence in a paragraph.

An example hard space
  


To add a table, using the following:

An example table
[cols="3,4,4", options="header,autowidth"]
|===
|Constant
|Purpose
|Default

|`String`
|The width parameter of the String
|Set automatically

|`String2`
|The height parameter of the String
|Set automatically

|`String3`
|Specifies the String.
|6
|===
An example empty line
{empty} +

About

License:GNU General Public License v3.0


Languages

Language:Batchfile 92.0%Language:CSS 8.0%