Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem to match two wiki links on the same line #124

Closed
SylvainGuieu opened this issue Aug 25, 2022 · 4 comments
Closed

Problem to match two wiki links on the same line #124

SylvainGuieu opened this issue Aug 25, 2022 · 4 comments

Comments

@SylvainGuieu
Copy link

In md:

[[logo1.png]]    [[logo2.png]] 

Will render in html

logo1.png]]     [[logo2.png 

Equal when including images:

![[logo1.png]]    ![[logo2.png]] 

renders:

<p style="line-height: 0" class="reset-paragraph image-paragraph"><img src="logo1.png]] ![[logo2.png" alt="" ></img></p>

Easy to workaround when you know .

@MSzturc
Copy link
Owner

MSzturc commented Aug 26, 2022

will be fixed with next version

@MSzturc MSzturc closed this as completed Aug 26, 2022
@SylvainGuieu
Copy link
Author

Thanks .
Just tried. It worked for the reference link transformImageReferenceString

I guess transformImageString and obsidianImageRegex needs also to be updated ?

![[logo1.png]]    ![[logo2.png]] 

Still does not wok.

Cheers and great work again.

@MSzturc MSzturc reopened this Aug 26, 2022
@MSzturc
Copy link
Owner

MSzturc commented Aug 26, 2022

Ahhh yeah, will fix it later, thx for your testing effort :-)

@MSzturc
Copy link
Owner

MSzturc commented Aug 26, 2022

done

@MSzturc MSzturc closed this as completed Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants