On 16.08.2017, at 22:51, Marshall Schor <[email protected]> wrote: > > When I looked at the github link to the master source, the browser displayed > it > in html format form. There was a button to look at it in "raw text". Does > github automatically "render" these?
GitHub has a preview mode, but last time I checked it was limited to individual files, i.e. it does not render multi-file documents that use includes. > Do you do your authoring in the rawtext format? Usually, I do my authoring on my local machine in Eclipse. If you have a recent Eclipse, try creating a file with the ".adoc" extension and open it. Eclipse should open an editor pane with basic syntax highlighting and with a second tab which also offers a basic preview. There are other online and offline editors, e.g. - https://asciidoclive.com/edit/scratch/1 - http://asciidocfx.com Cheers, -- Richard
