Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Preview multiple images on the same line #77

Closed
jcbrinfo opened this issue May 31, 2016 · 2 comments
Closed

Preview multiple images on the same line #77

jcbrinfo opened this issue May 31, 2016 · 2 comments
Labels

Comments

@jcbrinfo
Copy link

If I put two or more images on the same line, the auto preview only works for the first image on that line. The other ones remain displayed as Markdown code, no matter what I do. Here is an example:

![foo](https://img.shields.io/badge/image-ok-green.svg)  ![bar](https://img.shields.io/badge/image-ok-green.svg) ![baz](https://img.shields.io/badge/image-ok-green.svg)

This example appears like this on Abricotine (with the auto preview of the images enabled):

foo ![bar](https://img.shields.io/badge/image-ok-green.svg) ![baz](https://img.shields.io/badge/image-ok-green.svg)

However, I expected the following:

foo bar baz

@brrd brrd added the bug label May 31, 2016
@brrd
Copy link
Owner

brrd commented May 31, 2016

This is actually the same issue than #47.

This comes from an bug in CodeMirror which was finally fixed here. CodeMirror dependency will be updated in a future release.

@jcbrinfo
Copy link
Author

Thank you.

brrd referenced this issue Jun 10, 2016
Since all dependancies are now available on npm, bower is no longer necessary, so 
it is removed and replaced by npm in this commit.

Important note: bower is kept in .gitignore and packager.js ignore fields, otherwise 
it would mess up everything when checking out to an older branch.
@brrd brrd closed this as completed Jul 2, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants