Inline markdown in editor (#1442)
authorAjay Bura <32841439+ajbura@users.noreply.github.com>
Mon, 9 Oct 2023 11:26:54 +0000 (22:26 +1100)
committerGitHub <noreply@github.com>
Mon, 9 Oct 2023 11:26:54 +0000 (16:56 +0530)
commit5940cf24a0ed86149202496bba4a23ad923134f2
tree166ad66fdf73e17958902e490f2e9ddfe685c5d0
parent60b5b5d312e9e82bdd5480424686f78cfd02d293
Inline markdown in editor (#1442)

* add inline markdown in editor

* send markdown re-generative data in tags

* enable vscode format on save

* fix match italic and diff order

* prevent formatting in code block

* make code md rule highest

* improve inline markdown parsing

* add comment

* improve code logic
src/app/components/editor/output.ts
src/app/organisms/room/RoomInput.tsx
src/app/organisms/settings/Settings.jsx
src/app/utils/markdown.ts [new file with mode: 0644]