anstosa / tw5-markdown

Comprehensive Markdown plugin for TiddlyWiki
http://demo.santosa.family/#tw5-markdown
26 stars 8 forks source link

Space is remover after markdown bold and italic styling #15

Open gael-close opened 5 years ago

gael-close commented 5 years ago

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:

This is very similar to https://github.com/vuejs/vuepress/issues/661

brizzbane commented 4 years ago

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 commented 4 years ago

@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.