codimd
codimd copied to clipboard
CodiMD - Realtime collaborative markdown notes on all platforms.
Use more recent marked. 0.6.2 is vulnerable. [This](https://raw.githubusercontent.com/markedjs/marked/0ee3aa988b3e846a1952813f9eeaa96c85b3d8f5/test/specs/redos/link_code.md) can DOS-attack CodiMD. [You can use 0.7.0.](https://github.com/j201/meta-marked/commit/44c5db0afb8b1dc4550c273c66fadaf190bc9329) [Comparing @hackmd with the original](https://github.com/j201/meta-marked/compare/master...hackmdio:master), I don't think you need to stick to the old...
## Is it possible to add a language to codimd's spell check? I have searched for a long time among the issues but I have not found a how to...
When you use this app in AWS EKS (Elastic Kubernetes Service) and you want to attach an IAM role to the pod it is not possible to use the native...
I use docker version of Codimd. Changed `CMD_DOMAIN` to my new domain, after `docker-compose restart`, the site still using the old domain. `docker-compose.yml`: ```yaml version: "3" services: codimd: image: hackmdio/hackmd:2.4.1...
Dear all, it would be awesome to support file upload for owncloud instances... `curl -u user:password --upload-file "filename.md" "https://server/remote.php/webdav/"` Many thanks!
Dear hackmd team, When I edit with markdown syntax check which function at the editor bottom bar. I got the MD024 check fail. Following the message and refer [this](https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md024---multiple-headings-with-the-same-content). Is...
"a"->{ "b" "c" } "b"->{linux windows macos} "c"->{linux1 windows1 macos1}  I want to let the linux1 be linux, but it will be the common. How to set the two...
source is : \```plantuml node alice node bob alice -> bob: hello \``` expect:  actual: 
Hi there, Ive been using HackMD on my own server for 2 weeks right now and love it. Everything seems to be here in term of text management except one...
Hi there, thanks for the great work you all doing on codiMd. It's an amazing tool. Do you know if there's a way to embed a pad through iFrame and...