Suraj N. Kurapati
Suraj N. Kurapati
Ronn 0.5 emits this warning: ``` warn: unrecognized block tag: "blockquote" ```
Import the awesome JS functionality found in the node.js API manual as a Ronn template: http://nodejs.org/api.html
Ronn 0.6.6 has very nice styling for pre blocks: background: #EDECEB; border-left: 1ex solid #DDD; padding: 5px 1ex; Newer versions removed this styling, making it harder to distinguish between prose...
Feature: `dasht` should be able to re-use docsets from existing Zeal and Dash installations. * https://github.com/sunaku/vim-dasht/issues/16#issuecomment-646321688 * Issue #22 * Issue #44 * Issue #15 * Issue #4
Dear **dasht** users, :love_letter: [URI fragments](https://en.wikipedia.org/wiki/Fragment_identifier) allow us to _jump directly_ :dart: to the relevant piece of documentation we're interested in. :neckbeard: However, [not all docsets provide them, as indicated...
Hello, When using the default configuration (active session tracking is enabled), the sidebar doesn't visually indicate which session is currently active (i.e. which one corresponds to the current window in...
Hello, When using Firefox's native Dark theme, the sidebar appears with a glaring white background. :eyes: Please make the sidebar use the same colors as Firefox's color theme (whether it's...
The mere presence of this plugin in my runtimepath is somehow interfering with the CursorColumn highlight, and running `:ConoLineDisable` isn't allowing `:setlocal cursorcolumn` to take effect. :disappointed:
It's hard to distinguish the dark/medium greens used for the Excellent/Good labels. :eyes: See [ColorBrewer2](http://colorbrewer2.org).
These commits make RDiscount a thinner layer over the Discount library. They introduce the following backwards-incompatible changes: - SmartyPants is now enabled by default, because that's the default behavior of...