Custom stylesheet that supplements (not replaces) the Visual Studio Code Markdown preview styles
npm install @charsboo/field-agent> Custom stylesheet that supplements (not replaces) the Visual Studio Code Markdown preview styles.
[![license][img-license]][url-license]
Follow the instructions for "Using your own CSS" on the Visual Studio Code docs to link to the field-agent.min.css file in the dist folder.
You cannot link directly to a GitHub-hosted raw file as it responds with an X-Frame-Options: DENY HTTP response header. Instead, use a service that serves the file with the proper headers.
E.G.: jsDeliver (https://cdn.jsdelivr.net/npm/@charsboo/field-agent@2.0.5/dist/field-agent.min.css)
Mainly adjusts font sizes and spacing between elements. You'll have to scroll more, but it makes the text easier to scan.
Provided under MIT License.
[img-license]: https://img.shields.io/badge/license-MIT-green?style=flat-square
[url-license]: LICENSE