Skip to content

Commit

Permalink
update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Mar 15, 2020
1 parent be33482 commit 69d3935
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/gwt/panmirror/src/editor/TODO.md
Expand Up @@ -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?)
Expand Down

0 comments on commit 69d3935

Please sign in to comment.