Skip to content
This repository has been archived by the owner on Dec 20, 2017. It is now read-only.

Table is not correctly shown #216

Closed
dvapelnik opened this issue Dec 7, 2014 · 14 comments
Closed

Table is not correctly shown #216

dvapelnik opened this issue Dec 7, 2014 · 14 comments
Labels

Comments

@dvapelnik
Copy link

This content

Content from cell 1 Content from cell 2
asdad adasd
adad ad a d
Adasd ad ad
$.fancybox('Text placeholder', {
    autoDimensions: false,
    width: 700,
    height: $(window).height(),
    onComplete: function () {
        var teachersView = new LightBoxTeacherView({
            model: new LightBoxTeacherModel({
                allTeachers: new TeacherCollection(),
                pupil: requestPupil,
                units: units,
                showAll: false,
                currentSchoolId: currentSchoolId,
                mainFormView: that
            }),
            titles: titles
        });

        teachersView.setElement($('#fancybox-content').children().get(0));
        teachersView.render();
    }
});
this.get('teachers').on('all', function (eventName) {
    that.trigger('change');
});

shown with plugin like this

laptop_20141207__23 23 20

my software
laptop_20141207__23 28 16

laptop_20141207__23 33 09

laptop_20141207__23 35 49

Is this correct behavior of plugin or bug?

@tindzk
Copy link

tindzk commented Dec 8, 2014

You mention two unrelated issues. As for the listing, I'd argue it's a bug. To minimise your example, I tried:

a
b

The plugin renders this as one line which is clearly wrong. Also, it doesn't seem to support syntax highlighting. It just treats the specified language as part of the contents.

@dvapelnik
Copy link
Author

@tindzk, thanks for reply.
Should I separate this issue to two issues: table rendering and syntax highlighting support?

@tindzk
Copy link

tindzk commented Dec 9, 2014

I guess, that's not necessary. The lacking syntax highlighting is already mentioned here: #156

@dvapelnik
Copy link
Author

@tindzk, thanks for reply.
OK

@wr0ngway
Copy link

+1 for the table support in preview

1 similar comment
@estaub
Copy link

estaub commented Feb 3, 2015

+1 for the table support in preview

@SashaOv
Copy link

SashaOv commented Feb 12, 2015

+1 for GFM table support

@davelaflam
Copy link

+1 for table support in preview

1 similar comment
@KarelWintersky
Copy link

+1 for table support in preview

@devinrsmith
Copy link

+1

@davelaflam
Copy link

Looks like it is working correctly, just need to enable it.

In order for tables to appear:

  • install plugin
  • open preferences
  • click the dropdown arrow for Other Settings
  • click on Markdown within the Other Settings list
  • click the checkbox next to Tables.
  • click [ok] button to close preferences.

@devinrsmith
Copy link

That works, thanks.

@davelaflam
Copy link

@nicoulaj - could be worth updating the Readme with new screenshots/notes since the internals of the IDE has changed quite a bit lately?

@nicoulaj
Copy link
Owner

Notice: This plugin is no more maintained and it has been removed from Jetbrains plugins repository. There is a Markdown plugin officially supported by Jetbrains.

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

9 participants