|
Configuration
Configuration options for code blocks.
Configuration optionThese options allow you to individually configure text blocks.
The options are passed together with the alias and are separated by a colon : character. <pre name="code" class="html:nocontrols:firstline[10]"> ... some code here ... </pre> |

It would be nice if you could set defaults for gutter, controls, collapse, and columns and then if say you disabled them you could reenable them with: <pre name="code" class="html:controls:gutter">
Can you make the "collapse" function a toggle? And is there a way to make the code boxes overflow beyond a certain size, say 25 lines of code?
How to eliminate row numbers while copying? Even though we set as 'nogutter' the problem still exist. Numbers get copied which is very annoying while working with codes into our project.
When all selected and copied it shows row numbers. When some lines selected it shows hash (#).
Could you fix it?
where did you have to add the collapse code for it to function properly?
+1 on jakewharton's comment: allow positive and negative markups to override a default "nogutter" for example.