mirror of
https://github.com/marktext/marktext.git
synced 2025-05-03 02:41:23 +08:00

* Removed the space in 'Mark Text' (#2763) Literally just replaced all occurances of 'Mark Text' with 'MarkText' using sed. This is directly related to #2763. * Revert changes to .github directory Reverted changelog etc. * Added `cs` alias for `csharp` in code blocks (Fixes #2760) * Added error handler in the renderer process (should fix #2758) The `src/muya/lib/contentState/clickCtrl.js` file will now return if `document.querySelector` fails to find an element.
12 lines
332 B
Markdown
12 lines
332 B
Markdown
# Developer Documentation
|
|
|
|
Welcome to developer documentation of MarkText.
|
|
|
|
- [Project architecture](ARCHITECTURE.md)
|
|
- [Build instructions](BUILD.md)
|
|
- [Debugging](DEBUGGING.md)
|
|
- [Interface](INTERFACE.md)
|
|
- [Steps to release MarkText](RELEASE.md)
|
|
- [Prepare a hotfix](RELEASE_HOTFIX.md)
|
|
- [Internal documentation](code/README.md)
|