enso/app/gui2/mock
Kaz Wesley d7689b3357
Show images in documentation (#10205)
Render markdown image syntax in documentation. Relative URLs are fetched from the project directory; absolute URLs are hotlinked from wherever they point.

Syntax and URL resolution:
```
# In New_Project27/src/Main.enso

## Main method docs
- Image at `New_Project27/src/image.jpg`: ![Image](image.jpg)
- Image at `New_Project27/image.png`: ![Image](../image.png)
- Image at `New_Project27/src/image.jpg`: ![Image](/src/image.jpg)
- Image at `New_Project27/image.png`: ![Image](/image.png)
main =
42
```

https://github.com/enso-org/enso/assets/1047859/3f873f3f-31b1-44bf-ae3e-2f467f2d546d

Closes #10058.

# Important Notes
Stacked on #10064.
2024-06-10 14:15:36 +00:00
..
dataServer.ts Automatic reconnect with Language Server. (#9691) 2024-04-19 13:39:45 +00:00
engine.ts Documentation editor (#9910) 2024-05-10 17:23:16 +00:00
MockFSWrapper.vue Show images in documentation (#10205) 2024-06-10 14:15:36 +00:00
MockProjectStoreWrapper.vue cleanup GUI entrypoints and mocking (#9403) 2024-03-14 17:05:26 +00:00
projectManager.ts Set output evaluation context for a single node (#8440) 2023-12-15 10:29:15 +00:00
vue.ts Set output evaluation context for a single node (#8440) 2023-12-15 10:29:15 +00:00