Tig
Tig
I have rarely had a need to use the filter functionality. Could just be my use-cases. But I suspect the predominant use of `out-gridview` and `out-consolegridview` will be for quick...
Should be possible. https://tehgm.net/blog/docfx-github-actions/
This does not work: ``` html /* comment */ body { color: blue }; This works: ``` html body { color: blue };
this is valid CSS ```css code[class*="language-"], pre[class*="language-"] { color: black; } ``` Matches ```html xyz ```` HTML-Renderer ignores it.
Consider property This CSS should work, but doesn't: ``` css .token.property { color: #c92c2c; } ``` But this does ``` css .property { color: #c92c2c; } ```
https://www.w3.org/International/questions/qa-escapes Thanks.
Using connect-assetmanager in a node.js/Express app. This works: ``` js: { dataType: 'javascript', path: __dirname + '/../public/javascript/', files: [//'jquery-1.7.1.js' 'bootstrap.min.js' ], route: /\/static\/javascript\/script\.js/ } ``` (Note using the already minimized...
**Operating System**: `Windows` **DocFX Version Used**: 2.59.3.0 **Template used**: (`default` or `statictoc` or contain custom template) slight tweak to `default` **Steps to Reproduce**: See https://github.com/gui-cs/Terminal.Gui 1. Build docs (https://github.com/gui-cs/Terminal.Gui/tree/develop/docfx/build.ps1) 2....
Currently uses a fork of this: https://github.com/michaelnoonan/inputsimulator Should use this? https://github.com/MediatedCommunications/WindowsInput