hexo-renderer-marked icon indicating copy to clipboard operation
hexo-renderer-marked copied to clipboard

Markdown renderer for Hexo

Results 28 hexo-renderer-marked issues
Sort by recently updated
recently updated
newest added

## Background u know when we use other md editor write a post, the img with relative path is like this `![makabaka](postname/1.jpg)`, but here in hexo-render-marked i must use `![makabaka](1.jpg)`...

Currently, * "image.jpg" is located at "/2020/01/02/foo/image.jpg", which is a post asset of "/2020/01/02/foo/". * `![](image.jpg)` becomes `` But always I write posts at "/2020/01/02/foo.md" and thus if I write...

Bumps [jsdom](https://github.com/jsdom/jsdom) from 19.0.0 to 20.0.0. Release notes Sourced from jsdom's releases. Version 20.0.0 Node.js v14 is now the minimum supported version. Added crypto.getRandomValues(). (sjrd) Added HTMLFormControlsCollection and RadioNodeList, so...

dependencies

5.0.0   Spaces cannot be displayed

add marked [extensions](https://marked.js.org/using_pro#extensions) support. partial #209

```shell FATAL { err: [OperationalError: EPERM: operation not permitted, unlink '/Users/keeep/myhexo/public/blog'] { cause: [Error: EPERM: operation not permitted, unlink '/Users/keeep/myhexo/public/blog'] { errno: -1, code: 'EPERM', syscall: 'unlink', path: '/Users/keeep/myhexo/public/blog' },...

Hi, I've just noticed that marked is not rendering the image tags on my posts. For example: It seems to be happening across all posts. I had recently updated to...

https://github.com/markedjs/marked-gfm-heading-id Marked.js has an official plugin for that so we should use it instead. Also, marked.js provides [a new way of modifying the renderer's behavior](https://github.com/markedjs/marked-extension-template), we should adopt it as...

enhancement

gfm特性 即使用`- [ ]` or `- [x]`做task list,但是hexo渲染成了普通list,有解决方案么?

## Environment Info Node version(`node -v`) ``` v7.4.0 ``` Plugin version(`npm ls --depth 0`) ``` [email protected] /home/noraj/Dev/hexo_rawsec ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├──...