Try   HackMD

Project Structure

codimd/
├── bin/            ---
├── lib/            --- server files
├── locales/        --- i18n [1]
├── test/           --- test suite
├── utils/          --- 
└── public/         --- client files
    ├── css/        --- css styles
    ├── docs/       --- preload in-instance notes
    ├── js/         --- js scripts
    ├── vendor/     --- vendor includes
    └── views/      --- view templates

[1] Use POEditor for translation contribution.


tags: CodiMD Docs