You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cmark markdown interpreter does not support tables. but cmark-gfm does. this allows to create tables in this manner
heading 1 | heading 2
----------|-----------
data | data
data | data
instead of writing html code.
when using cmark-gfm, ghostriter renders those tables correctly. However Syntax highlighting for the source code stops working after a table. Example:
# before table*highlight***HIGHLIGHT**
ghostwriters Syntax highlighting of the source code works well here
# Table
A | B | C
---|---|---
D | E | F
# After table*highlight***HIGHLIGHT**
ghostwriters Syntax highlighting of the source code works here no more. The rendering in the preview is correct.
Is this a bug in Ghostwriter or should i open an issue somewhere else?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Using Ghostwiter 24.12.3 on Arch Linux
The cmark markdown interpreter does not support tables. but cmark-gfm does. this allows to create tables in this manner
instead of writing html code.
when using cmark-gfm, ghostriter renders those tables correctly. However Syntax highlighting for the source code stops working after a table. Example:
Is this a bug in Ghostwriter or should i open an issue somewhere else?
Beta Was this translation helpful? Give feedback.
All reactions