jonathancrabtree / Circleator

Flexible circular visualization of genome-associated data with BioPerl and SVG.
Other
46 stars 8 forks source link

Fix Markdown code blocks in documentation. #15

Open jonathancrabtree opened 10 years ago

jonathancrabtree commented 10 years ago

The Markdown code blocks in the documentation need fixing, specifically something needs to be done about the fact that many of the code lines run off the right hand side of the screen and the code block formatting (i.e. the grey background rectangle) doesn't expand to contain all of the text. One solution might be to modify the Circleator config file parser to allow explicit line breaks like the backslash character accepted by the shell to continue a command on a new line.

jonathancrabtree commented 9 years ago

For example, search for "Attempt to color-code hypothetical genes based on their length" on the following page:

http://jonathancrabtree.github.io/Circleator/configuration.html

The grey rectangle expands only to the width of the browser window.