denoland / dotland

[Archived] deno.land website
https://deno.land
MIT License
957 stars 626 forks source link

Markdown Renderer fails to render codeblocks in lists. #2622

Closed LePichu closed 1 year ago

LePichu commented 1 year ago

Markdown renderer fails to render markdown properly if it detects there are codeblocks in a list.

Reference module page: https://deno.land/x/esbuild_plugin_sass_deno@v0.1.0

bartlomieju commented 1 year ago

@crowlKats please take a look

crowlKats commented 1 year ago

from a quick look, it seems that the markdown renderer doesnt like codeblocks in lists. will investigate

LeoDog896 commented 1 year ago

This was an older upstream issue in marked.js, should be fixed in https://github.com/lucacasonato/deno-gfm/pull/26