nea / MarkdownViewerPlusPlus

A Notepad++ Plugin to view a Markdown file rendered on-the-fly
MIT License
1.17k stars 143 forks source link

  does not work #61

Closed einaruk closed 6 years ago

einaruk commented 6 years ago

Issue description

I need to put extra spaces between/after the words. But could not manage. I do not know if it is supported or not.

Markdown to reproduce

I tried putting \  but it did not work.

I need space after this word       before this word. 

Even I see putting \  ugly in text. Is there a better way?

Environment

nea commented 6 years ago

Hi @einaruk

This is not possible. But what you can do are two things I can think up right now:

I hope this helps.

Best

einaruk commented 6 years ago

Hi @nea, Thanks for the suggestion. I Tried to put multiple ` ` but it works only for creating +1 additional space, which means max space length between the words is limited to 2 spaces.

see below please

text before multiples spaces ` ` ` ` ` ` ` ` ` ` text after multiple spaces

renders to;

Actuall the reason I want to create multiples spaces is to enhance the look of the tables the plugin renders. Currently the rendered tables seems to be quite dense and mixed when there is much text.

An extra question; do you plan to bring borders to table?

nea commented 6 years ago

Hey @einaruk

Weird, for me the spaces grow fine. Your example really adds all the spaces for me.

I will not add borders to tables as this is not markdown related but styling. For that you can use the "Options" dialog and add table CSS styling. You can checkout #24 for an example.

Regarding tables in general, you can checkout

for possibilities.

Best

einaruk commented 6 years ago

Hi @nea , Thanks a lot. That CSS trick helped a lot. Waiting for new features and more compliance with github style markdown :).

Regards

nea commented 6 years ago

@einaruk for more Markdown features push the https://github.com/lunet-io/markdig guys ^^'