-
Hey, first of all thanks for your contribution. Super cool plugin with tremendous potential!
**Is your feature request related to a problem? Please describe.**
It would be really useful, if the …
-
I've found that I use markdown cells for two purposes:
1. To display user-friendly content alongside the code+outputs
2. To display *developer*-friendly reminders about the code's logic etc
In …
-
A markdown like declared like this:
```
[Empty Link]()
```
Is displayed correctly, but when clicked, it crashes with this exception:
System.InvalidOperationException: 'Cannot start pro…
-
I've been using more and more remark lately, but most importantly I've been taking advantage of mdast to programmatically modify it and then go back to markdown. But every time I comeback to this modu…
-
Thank you for your extension.
Not sure if this enhancement has already been requested in an issue.
E.g if you want to enable headerless tables you have to modify `line:32` in the file
`.vscode/…
-
Nice product!
Is markdown rendering supported or planned?
-
## Motivation
So users can add the pub's title to a form without needing to know which field it is
## Requirements
- Renders the pub's canonical/selected title field for the pub type as html in markd…
-
### Operating system
Windows
### Joplin version
3.1.24
### Desktop version info
_No response_
### Current behaviour
The Joplin export menu currently supports exporting notes in formats such as …
-
Thanks for this great library!
The docs have been very helpful in learning how to customize the chat interface. One area I have struggled to find information on is styling the output of the markdow…
-
**Is your feature request related to a problem? Please describe.**
I have a CLI that supports 3 table formats: plain (HiddenBorder), basic (RoundedBorder), and markdown (??). I used `lipgloss/table…