-
Notifications
You must be signed in to change notification settings - Fork 62
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
markdown issue: table, heading and code #111
Comments
can I adjust css under data/ to redefine the sidebar color? |
try building commit 18b708d. The way the sidebar color is handled got changed recently and it doesn't work that well for a lot of themes. |
tables are not supported rn (see #47) and I think checking for -- as alternative to # for titles is quite hard using gsv. |
Thanks, it works. and I found the space to make some thing code does not work, such as this
the original text is here, no
could I use pandoc or any other tools to standardize the format as pre-process |
You can tweak the schema which is used to parse Markdown by editing the spec which in most packages defaults to being loaded in |
Oh yeah, by the way, could you point me at a download location for theme that you are using? If you are/were using the most recent version, I am not sure I understand the rendering issues that you are having with the sidebar. You should of course feel free to adjust the css to make it render correctly, but I'm slightly taken aback that the default (which currently essentially just adjusts border-color to make the tree render correctly and otherwise tells it to copy the style from |
try this https://github.com/vinceliuice/Graphite-gtk-theme |
Oh, I build from the source based on @sp1ritCS 's opinion from a specific commit, if I can get a good command of C and gtk, I will consider PR, it is quite nice project, but better to follow some standard to publish tag |
I think there is an issue in how the Graphite theme interacts with alpha-channel windows with a transparent background (such as notekit). I'm not sure if the problem is on our side or the theme's. You can fix the problem by adding a line like .notekit .sidebar { background-color: rgba(12,34,56,1); } to (edit: Either of these should also remove the need of building from an older commit.)
Well, the point of the Gsv language specs is that you don't actually need to know either or touch the source code at all to edit them. |
@starsareintherose I have some questions regarding your |
Thanks, it is solved. and if I have time to learn about this, I will contribute to it. |
--
can not be recognized as headings https://www.markdownguide.org/basic-syntax/#alternate-syntax and the table can not be shown. sidebar is transparent.my config information
The text was updated successfully, but these errors were encountered: