-
```
---
marp: true
---
.slide{
font-family: 'Noto Sans JP', serif !important;
}
```
If I changed the font like this, the exported pdf was the font but the preview was not.
I also added …
-
-
PS C:\Users\Administrator\code\pilot-student> scoop install python37@3.7.4
WARN Given version (3.7.4) does not match manifest (3.7.7)
WARN Attempting to generate manifest for 'python37' (3.7.4)
A…
-
I have the following files.
- engine.js
```
const { Marp } = require('@marp-team/marp-core');
module.exports = opts => new Marp(opts);
```
Note: I've also tested `module.expor…
-
Issue Type: Bug
in tsconfig.json
```
"experimentalDecorators": true,
```
is configurated.
But the warning endured.
```
对修饰器的实验支持是一项将在将来版本中更改的功能。设置 "experimentalDecorators" 选项以删除此警告。…
-
`Marp` constructor ignores `markdown.html` option (c.f. https://github.com/marp-team/marp-core#html-boolean--object), but, `Marpit` constrcutor accepts `markdown.html` option (c.f. https://github.com/…
-
I feel this inconsistency is a bit confusing (actually, I expected `inlineSVG` was disabled in other tools).
`inlineSVG` seems one of key features in the tools, so I'd recommend to enable it in marpi…
-
Is there any way to change the engine used by _marp-vscode_ ? Like in _marp-cli_ when we run the command `marp --engine ./engine.js content.md`.
-
It would be great to have keyboard shortcuts rendered like e.g. here on GitHub.
CtrlAltF1
-
### Operating system
- [ ] Windows
- [ ] macOS
- [x] Linux
- [ ] Android
- [ ] iOS
### Application
- [x] Desktop
- [ ] Mobile
- [ ] Terminal
Hello
I am importing evernote data and u…