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

Tables written in markdown supresses references in rendered document #38

Open
killiankeller opened this issue Jan 18, 2024 · 1 comment

Comments

@killiankeller
Copy link

Description

When inserting a table written in markdown (compared to written in HTML), the reference list at the bottom of the rendered document (footer) vanishes. This only happens if only some of the cells in the table are filled.

How to reproduce

  • Joplin 2.13.15 on Linux
  • BibTex 0.5.0
  1. Create Document
  2. Add one or multiple references. The reference list should be rendered
  3. Add a markdown table (Can be empty or partially filled, see example). The reference list vanishes.
|T  |D  |
|---|---|
| a |   |
  1. Remove the markdown table or fill it out completely—the reference list re-appears.

Workaround

1. Option: Fill the markdown table. If you have cells which need to be empty, fill them with an empty HTML tag

| T       |<div></div>      |
|---------|-----------------|
|  <br>   |<p></p>          |

2. Option: Use HTML

Suspected Origin

I do not know. Running the developer tools, the entry for the reference list in the rendered markdown vanishes. The origin of this problem might also not be with the plugin. I thought I would document my findings here for people having the same issue.

@rkirner
Copy link

rkirner commented Mar 29, 2024

I can confirm that the same bug also appears on MacOS with Joplin 2.14.20 and Bibtex plugin 0.5.0.

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

No branches or pull requests

2 participants