-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full width of browser window #50
Comments
The width restriction comes from github-markdown-css, and those guys autogenerate the style based on current Github styling - so as long as Github itself restricts the width, it will be restricted too. However,
|
That's a great start! Would it be possible to include a way to just override parts of the CSS instead of replacing it completely? |
Initially I thought about it too, but in reality this works only if you are adding styles - as soon as you need to remove existing styles (for example to resolve conflicts with highlight.js) you cannot solve it with overridden parts. ...or at least I think you cannot? I may be wrong 🙂 |
For now, could you just include the path to the default styles ( |
I was thinking of doing something like that. The major factor that prevented me from trying it out was, that I was too lazy to look for the original to save it somewhere and just change that one line. That solution seems pretty static to me. |
Yet another approach is to host the file on Github and use rawgit.com to wrap the link. For example, @euclio's default style has the following link and it will most certainly never change:
So you can put your patch to Github too, and set the following in your
I use this same approach in a slightly different way, I forked the original github-markdown-css, added all the patches to my fork and now I just use:
|
Hi, I just wanted to ask, if it's possible to get this plugin to render the markdown output to the full width of the browser window. Right now it only displays it in about 1/3 of my window width, which causes me to have to scroll sideways in the tables I create in my documents.
The text was updated successfully, but these errors were encountered: