-
### Current Behavior
In our README.md file we have an image:
```
```
Link to this line: https://github.com/scylladb/scylla-rust-driver/blob/f59908c54e6b6407112311a3745e32d4bd218d0c/README.md?plain=1…
-
### Bug Description
When converting a document to markdown we have this
```
line1
line2
line3
![](https://...img.jpg)
```
After creating a document from markdown
Appflowy editor rende…
-
### Description
Right now images have to reference a public image URL on the web to render in markdown tiles. We should have an option to upload or import a local image from a user's computer. The …
-
### Preface
Issue https://github.com/DS4SD/docling/issues/211 was closed by https://github.com/DS4SD/docling-core/pull/69. I wasn't sure if my suggestion https://github.com/DS4SD/docling/issues/211#i…
-
### Prerequisites
- [X] I am using the latest version of the plugin
- [X] I am using the latest stable release of Neovim
### Neovim Version
NVIM v0.9.5
### Neorg setup
```lua
require(…
-
I think I'm really close to getting images to fit into the blocks scheme in Gutenberg.
### Here's what I do
1. In WordLand, the user uploads an image.
2. That generates an HTML img element, wh…
-
**Describe the bug**
Uploading an image causes an error toast, and the uploaded image is not available in the comment.
**Expected Behavior**
Image uploads, the markdown for the image be inserted int…
-
### Describe the bug
In an exercise description, images can be included in the markdown text, for example
`![some_image](/api/files/markdown/Markdown_2023-05-08T09-19-43-656_7ec9f47f.png)`.
When…
-
### Is your feature request related to a problem? Please describe.
I'm attempting to build a website with Markdown and FastAPI. However, I have to manually declare images in html, and it just looks r…
-
## Describe your feature request
In pr #1562 , a WSIWYG editor has been added to the text input area, however, when a text is sent, it is displayed in unrendered markdown. The idea is to use `marke…