Giter Club home page Giter Club logo

markdown365-parser's Introduction

Stay hungry. Stay foolish.

Sponsors

https://github.com/sponsors/nashaofu

Projects

  • xcap, XCap is a cross-platform screen capture library written in Rust. It supports Linux (X11, Wayland), MacOS, and Windows. XCap supports screenshot and video recording (to be implemented).
  • dingtalk,基于网页版钉钉封装的支持 Windows、Linux、Mac 的桌面应用。
  • screenshots, A screenshot plugin for electron.
  • ydebugger,A remote webapp of the Chrome DevTools, you can develop and debug front-end pages on iPad Browser with GitHub codespaces or code-server.
  • node-screenshots, A nodejs screenshots library for Mac/Windows/Linux based on napi-rs
  • display-info, A rust cross-platform get display info
  • estatic,A express static file server
  • electron-dev-webpack-plugin,electron 的 webpack 主进程开发自动重启应用的插件,当主进程代码变更之后,就会结束当前主进程,然后重新启动一个新的主进程,方便 electron 开发。
  • koa-parser,Koa 请求体解析中间件 koa-parser,支持解析 json、form-data、form-urlencoded、text/plain 解析。
  • markdown365-parser,基于虚拟 dom 的 markdown,vnode 部分参考 vue 的 diff 算法实现,语法解析参考了 marked,项目实用价值很小,虚拟 dom 对性能提升有限。
  • grender,canvas 二维渲染器,支持图形旋转、缩放和平移,并且完整支持各种鼠标事件。
  • 垃圾回收小助手微信小程序,调用阿里云和百度云的图像识别 API 来识别照片,帮助分类。
  • 涂鸦跳跃微信小游戏,未使用任何游戏框架。

😄 欢迎关注我的微信公众号!

markdown365-parser's People

Contributors

nashaofu avatar summergua avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

markdown365-parser's Issues

关于代码块的问题

在demo:https://nashaofu.github.io/markdown365-parser/ 左侧editor中的代码块中进行修改时,highlight渲染出来的会重复添加到代码块后面,去掉highlight这一步就没问题。

比如将

console.log(1)

修改为

console.log(11)

那么右侧预览框显示的是
console.log(1)console.log(11)
继续修改则继续追加。
正常情况下获取到('pre code') 然后进行forEach( item => hljs.h....(item)),应该是对每个正常操作一遍,为什么会出现这种情况呢🤔

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.