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

Table not generated correctly #174

Open
3 of 7 tasks
Asten-Valentinus opened this issue Sep 19, 2024 · 0 comments
Open
3 of 7 tasks

Table not generated correctly #174

Asten-Valentinus opened this issue Sep 19, 2024 · 0 comments
Labels
status: next release Should be part of the next release type: bug Something isn't working

Comments

@Asten-Valentinus
Copy link

Please check that this issue hasn't been reported before.

  • I searched previous Bug Reports didn't find any similar reports.

Expected Behavior

The table generated correctly, and is shown as a table
(Problem is that there is not an empty line before the table, as Obsidian seems to require)

GitHub uses Markdown, so I can show.
Expected result:

Anarchist education State education
Concept Education as self-mastery Education as service
Management Community based State run
Methods Practice-based learning Vocational training
Aims Being a critical member of society Being a productive member of society

Current behaviour

The line before the table has text in it, causing the table to just show as plain text.

Like this:
| | Anarchist education | State education |
| --- | --- | --- |
| Concept | Education as self-mastery | Education as service |
| Management | Community based | State run |
| Methods | Practice-based learning | Vocational training |
| Aims | Being a critical member of society | Being a productive member of society |

Steps to reproduce

  1. Download Anarchism - Wikipedia using ReadItLater.
  2. Scroll down to around line 175 and observe the incorrectly formatted table.

Which Operating Systems are you using?

  • Android
  • iPhone/iPad
  • Linux
  • macOS
  • Windows

Obsidian Version

1.6.7

Plugin Version

0.5.1

Checks

  • I have tried it with all other plugins disabled and the error still occurs

Possible solution

Change the code to add a redundant newline before the table if necessary - or if that's too much trouble, always.

Also, (and I know this may be a weird place to put it,) but is disabling the core plugins necessary when testing? I did that, but it's an annoyance to try to remember to open the file for viewing before disabling the file explorer core plugin.

@Asten-Valentinus Asten-Valentinus added the type: bug Something isn't working label Sep 19, 2024
@adamluckdev adamluckdev mentioned this issue Oct 10, 2024
10 tasks
@adamluckdev adamluckdev added the status: next release Should be part of the next release label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: next release Should be part of the next release type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants