Arjan van der Gaag

Results 11 issues of Arjan van der Gaag

Less raises a SyntaxError when using a variable for the line-height in the `font` shorthand: ``` font: bold 12px/@line-height Arial, sans-serif; ``` I would expect it to substitute `@line-height` with...

bug

The vendored scripts should be removed. You should add these yourself. These quickly get out of date anyway. We can keep the directory in place, though.

Enhancement

These are nasty to set up, so the files and Rules need for these should be included by default: ``` ```

Enhancement
Boilerplate

The styles for photos do not match between screen and print view.

Enhancement
Boilerplate

The project includes a `./examples` directory, but one is only a stub and the other is too simple. It should include a project showcasing every Rpub feature.

enhancement

When writing HTML like this: ``` html lorem ipsum dolor sit amet foo bar baz ``` ...the widont-filter adds non-breaking spaces to the end of every line: ``` html lorem...

bug

The caps filter is incorrectly applied to money values like `€ 0.95`, ending up as `€ 0.95`. It should skip all-digit "abbreviations".

bug

When filtering a document, typogruby may convert quotes to entities, but it fails to wrap them in ``.

bug

Typogruby might incorrectly mess with embbed code in a page. It should probably include an option to enable agressive ignoring, so to speak: ignore anything between tags like

feature

it should do its best to replace special characters with their improved equivalents, like × for x, – for - and ½ for 1/2. This should be opt-in, not default...

feature