Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Space is remover after markdown bold and italic styling #15

Open
gael-close opened this issue Sep 13, 2019 · 2 comments
Open

Space is remover after markdown bold and italic styling #15

gael-close opened this issue Sep 13, 2019 · 2 comments

Comments

@gael-close
Copy link

gael-close commented Sep 13, 2019

The white space after the bold text is not rendered in HTML. Same with italic. Here is an example.

Assuming that the user writes **bold text** then rest of the paragraph, we have:

  • Current behavior after rendering: bold textthen rest of the paragraph
  • Desired behavior after rendering: bold text then rest of the paragraph..

This is very similar to vuejs/vuepress#661

@brizzbane
Copy link

brizzbane commented Jan 13, 2020

I just came here to create an issue about spacing and links. Instead of creating a new issue, this looks like it might be a good place to put it. An example is:

Here is a good place to start and this also helps as well.

Displays as:

Here is a good place to startand this also helps as well.

Hoping project hasn't been completely abandoned! Last time I tried the pluigin TiddlyWiki5 recommends for markdown...it wasn't what I expected. This one is much better (and looking at, and following code base that TiddlyWiki's markdown plugin is based on, it looks to be much older code & not 'GitHub' flavored).

As a "workaround" (though OCD me worries there may be more things..and..), I'm putting a space after the last word in the link.

@brizzbane
Copy link

@closega just thought I would give you a heads up. I've been keeping an eye on TiddlyWiki5's GitHub, this was an update 5 days ago:

Replace Markdown parsing library with Remarkable (#3876)

...so whenever a new version is released, maybe the default markdown plugin may be a good option/alternative.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants