zzy
zzy
```js const mume = require("@shd101wyy/mume"); async function main() { await mume.init(); const engine = new mume.MarkdownEngine({ filePath: "./xxx.md", config: { previewTheme: "github-light.css", codeBlockTheme: 'github.css', //"auto.css", breakOnSingleNewLine: true, printBackground: true, enableScriptExecution:...
I'm using mume to generate my documentation web page and pdf, there are some advice: 1. `embed_local_images` is a very useful option for generate a standalone HTML file, but I...
I need config the toc for my markdown files to generate the correct toc in html. But I notice that I can't hide the `≡` by config, the button will...
I'm using wkhtmltopdf to convert html to pdf(cause I need bookmarks in pdf), but I found the `.markdown-preview{left:50%;transform:translateX(-50%)}` in style-template.css will make wkhtmltopdf only use right half page to print...
After generating markdown to html, the code block has long code line will have scrollbar in html, it will cause the pdf truncate the code block. I think using the...
### Feature Description Memeber function `CreateSyncTokenForCurrentExternalContext` of `GlContext` is not exported to c# side, it is required for sync texture copy when directly use texture on GPU without readback. ###...
### Description AnticipatedNetworkTransform breaks InLocalSpace configuration. ### Reproduce Steps 1. Add AnticipatedNetworkTransform component to any GameObject with NetworkObject. 2. Enable InLocalSpace in inspector inside AnticipatedNetworkTransform component. 3. Start a NetworkManager...