File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,9 @@ Changelog
2222[ Github master] ( https://github.com/bjones1/CodeChat_Editor )
2323--------------------------------------------------------------------------------
2424
25- * No changes.
25+ * Fix loss of editing in the Client when in document-only mode.
26+ * Correctly retain Client cursor position during IDE edits.
27+ * Correctly translate tables cells containing blocks from HTML to Markdown.
2628
2729Version 0.1.44 -- 2025-Dec-09
2830--------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -159,14 +159,14 @@ graph TD; A --> B;
159159 </tbody >
160160</table >
161161
162- The [ Mermaid live editor] ( https://mermaid.live/ ) provide an focused environment for creating Mermaid chart.
162+ The [ Mermaid live editor] ( https://mermaid.live/ ) provide an focused environment
163+ for creating Mermaid chart.
163164
164165### Graphviz
165166
166167The CodeChat Editor supports diagrams created by
167168[ Graphviz] ( https://graphviz.org/ ) . For example,
168169
169-
170170<table >
171171 <thead >
172172 <tr>
@@ -195,8 +195,8 @@ digraph { A -> B }
195195 </tbody >
196196</table >
197197
198-
199- Several on-line tools, such as [ Edotor ] ( https://edotor.net/ ) , provide a focused editing experience.
198+ Several on-line tools, such as [ Edotor ] ( https://edotor.net/ ) , provide a focused
199+ editing experience.
200200
201201### PlantUML
202202
You can’t perform that action at this time.
0 commit comments