-
Page: https://www.pomerium.com/docs/capabilities/original-request-context#example
## What's incorrect or missing
In dark mode, some diagram labels all but disappear:
![Screen Shot 2024-01…
-
We should consider adding a feature that generates the links in the main nav, rather than being hard coded.
As I have been creating multiple themes for DocJS, I've noticed that it's a pain to switch…
-
Hello, I have an issue on the code blocks and so does the theme preview at this URL: https://ev0.gndx.dev/blog/markdown-style-guide/
`Uncaught TypeError: Cannot read properties of null (reading 'ad…
-
**What steps will reproduce the bug?**
0. Use macOS in light mode
1. Update to v0.22.0
2. Run bat in iTerm2 or any dark terminal
3. Observe the default theme not being very readable
**Wha…
-
- [x] Searched existing issues to avoid creating duplicates.
- [x] Confirmed that it can be reproduced in built-in themes without customized css.
If it only exists in 3rd party themes or css,…
-
When the extension is installed, hitting Ctrl + / will use `{%%}` for comment everywhere in an `.md` file. Ideally this should only happen inside a Nunjucks snippet.
-
**Is your feature request related to a problem? Please describe.**
The default theming of Foundry's journals is good for the classic fantasy, but the parchment background is not really appropriate fo…
-
> 🚀 markdown_widget 2.0 现在已发布
相较于1.x 的版本来说,整个代码参造 [CommonMark Spec 3.0](https://spec.commonmark.org/0.30/) 进行了全部的重构
这带来了大量破坏性的修改,但同时有了更加符合规范的markdown渲染逻辑、以及更加健壮和可扩展的代码
语言:[简体中文](https://github.co…
-
It'd be nice to have a theme that supports both dark mode and light mode. I've started using dark mode everywhere it's available, but this isn't the default in many places. So, for example, if I were…
-
我觉得不应该直接在body上replaceChild,这样很不好自定义样式。
` document.body.replaceChild(newNode, markdownEl);`
我觉得最好是在xmp上指定要插入markdown代码的ID。
如下:
` 这里将显示markdown生成之后的内容
### 这里是markdown内容
`…