diff --git a/src/gwt/panmirror/src/editor/TODO.md b/src/gwt/panmirror/src/editor/TODO.md index 33a4b5913b5..f900c32648c 100644 --- a/src/gwt/panmirror/src/editor/TODO.md +++ b/src/gwt/panmirror/src/editor/TODO.md @@ -2,13 +2,15 @@ Discuss tokens / escaping / etc. with Joe -Images that link to things need to be supported. Currently a "figure" with a surrounding link tag doesn't even round trip! +Images that link to things need to be supported. Currently a "figure" with a surrounding link tag doesn't even round trip! That's +because figures can't have links, we should reflect this. Image dialog with width/height/style Images should support width/align for gfm (write raw\_html) (we'd need to do the image tag parsing for this to work). May be as simple as just letting it through (as pandoc seems to automatically write html tags if raw\_html is supported but link\_attributes aren't) Alternatively, we could send inline html through the schema dom parser to see if it has an internal representation Clipboard / DragDrop support for images +Paste image handler for RStudio IDE Surface attributes handling for div with only an id (shading treatment a bit much?)