Arjan van der Gaag
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...
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.
These are nasty to set up, so the files and Rules need for these should be included by default: ``` ```
The styles for photos do not match between screen and print view.
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.
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...
The caps filter is incorrectly applied to money values like `€ 0.95`, ending up as `€ 0.95`. It should skip all-digit "abbreviations".
When filtering a document, typogruby may convert quotes to entities, but it fails to wrap them in ``.
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
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...