groc icon indicating copy to clipboard operation
groc copied to clipboard

Documentation generation, in the spirit of literate programming.

Results 79 groc issues
Sort by recently updated
recently updated
newest added

When clicking on an item in TOC it disappears due to page switch. Would give a better user experience if it was displayed until I click outside of it.

feature
behavior

Run through some large set of the languages that pygments supports, configure and test them.

feature

… well as the headline says; I'd like to substitute the “Table of contents”-caption in the toolbar with a proper icon, to reclaim the space the icon frees for the...

Firefox is pretty close to WebKit, but some of the transitions (or delays) aren't kicking in.

styling
bug

I'm not yet satisfied with the current `codeOnly`-implementation, introduced by my own pull-request: https://github.com/nevir/groc/pull/109 . The undocumented code looks good, no question, but having the option to document it by...

It seems like enumerations don't work properly when there is a paragraph before. I used this test file ``` javascript // # Enumeration Tests // // ## I work! //...

Right now groc publishes to the root of gh-pages. I would like to know if it's possible to make it export to other folders (i.e. a /docs folder inside gh-pages)....

It's quite common to have this switch in tools like grunt, bower etc

It would be super cool if groc were to read the projects version + name, from the `package.json` file in a node.js-project and append the version & name to the...

It would be nice if you could style groc's output using different stylesheets or "templates" such as docco's or something minimalistic. This is not an issue but an enhancement. -Manuel