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

Markdown tables cause memos to not load #217

Closed
wardnath opened this issue Nov 10, 2024 · 1 comment · Fixed by #218
Closed

Markdown tables cause memos to not load #217

wardnath opened this issue Nov 10, 2024 · 1 comment · Fixed by #218
Labels
bug Something isn't working

Comments

@wardnath
Copy link

Memos server 0.22.3.

To reproduce:

  • Start with 0.22.3 memos server with handful of memos
  • add a memo with a table such as:
| **Feature** | **i3** | **i5** | **i7** | **i9** |
| --- | --- | --- | --- | --- |
| **Target Users** | Entry-level consumers | Mainstream users | High-end users | Enthusiasts and professionals |
| **Core Count** | 2-4 cores | 4-6 cores | 6-8 cores | 8-10+ cores |
| **Threads** | 4-8 threads | 8-12 threads | 12-16 threads | 16-20+ threads |
| **Clock Speed** | Lower base and boost speeds | Moderate base and boost speeds | High base and boost speeds | Highest base and boost speeds |
| **Cache Size** | Smaller cache | Moderate cache | Larger cache | Largest cache |
| **TDP** | Lower power consumption | Moderate power consumption | Higher power consumption | Highest power consumption |
| **Use Cases** | Basic computing, web browsing | Office applications, light gaming | Content creation, gaming | High-end gaming, professional work |

Memos do not load after this memo is added to the server

@mudkipme
Copy link
Owner

Thanks for reproducing this!

@mudkipme mudkipme added the bug Something isn't working label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants