markdown转html插件
发表于|更新于
|浏览量:
人不能象走兽那样活着,应该追求知识和美德。——但丁

使用方式很简单
直接右键选择markdown转换即可

然后就好了

相关推荐
2022-10-15
节假日补班日历
生存本身是一种徒劳。——《雪国》 地址:https://github.com/lanceliao/china-holiday-calender ics:https://www.shuyz.com/githubfiles/china-holiday-calender/master/holidayCal.ics
2021-11-25
花生壳
有时是恶而不是善,对人的吸引力更大——陀思妥耶夫斯基 今天需要一个https测试,想到了内网穿透,找到了这款付费的软件 花生壳官网 价格也不贵,6元 进入后点击控制台 一系列操作后,找到内网穿透,点击增加映射 选择域名,设置ip和端口 成功 再次用域名访问就可以了,就是有点慢。。。
2024-07-20
配置github的issue模板
宿命论是那些缺乏意志力的弱者的借口。 —— 罗曼·罗兰 文档如下: 为仓库配置议题模板 - GitHub 文档 这里有个demo 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465name: Bug Reportdescription: File a bug report.title: "[Bug]: "labels: ["bug", "triage"]projects: ["octo-org/1", "octo-org/44"]assignees: - octocatbody: - type: markdown attributes: value: | Thanks for taking the time to fill out this bug rep...
2023-01-13
idea跳转class文件
残酷连接着愚昧,狡诈紧随着天真——高尔基 这是我从朋友分享的一篇博客上学来的 123idea64$FileNameWithoutExtension$.class$OutputPath$/$FileDirRelativeToSourcepath$ 配置好后即可右键跳转 我这里配置一个快捷键:CTRL+ALT+B 还挺好用的!
2024-07-12
在线图片消除背景
久立先养足,久夜先养目。——吕坤 我们知道在mac中的预览软件可以选择移除背景 这里介绍一个在线的 https://www.remove.bg/zh
2024-08-05
docker-desktop配置腾讯云镜像
积累资本有两种方法,增加收入,减少消费。——大卫·李嘉图 很简单,在这里,这个就是docker的腾讯云镜像https://mirror.ccs.tencentyun.com 内容: 1234567891011121314151617{ "builder": { "features": { "buildkit": true }, "gc": { "defaultKeepStorage": "20GB", "enabled": true } }, "experimental": false, "registry-mirrors": [ "https://docker.mirrors.sjtug.sjtu.edu.cn", "htt...
