codimd icon indicating copy to clipboard operation
codimd copied to clipboard

CodiMD - Realtime collaborative markdown notes on all platforms.

Results 189 codimd issues
Sort by recently updated
recently updated
newest added
trafficstars

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!

feature
import/export

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} ![image](https://user-images.githubusercontent.com/59388989/125766965-747378ab-f87f-49c4-9d4f-945b0cd5dfac.png) I want to let the linux1 be linux, but it will be the common. How to set the two...

question
markdown

source is : \```plantuml node alice node bob alice -> bob: hello \``` expect: ![](http://www.plantuml.com/plantuml/svg/oyjFILL8pCbCJkNA0p6JyfEukC1y1Lqx4CzA8ICr9oUV2m00) actual: ![image](https://user-images.githubusercontent.com/3396459/68209179-c5b88300-000d-11ea-9d89-dfd3d4858903.png)

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...

enhancement
Hacktoberfest

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...