-
I am very happy that `JuliaFormatter.jl` crawls within my `*md` files to correctly format chuks of julia code found there. But I wish it would leave the rest of the document alone. Or that I at least …
-
Straightforward question: does setting `margin` to 80 characters apply to docstrings as well if `format_docstrings` is set to true?
Environment:
VSCode, using the Julia extension (v1.38.2)
Form…
-
I have rendering issues with the following:
``` markdown
# Carp
[#article](https://www.linux.com/news/carp-your-way-high-availability)
* `net.inet.carp.allow`
* `net.inet.carp.arpbalance`
* `net.in…
-
```python
import CommonMarkExtensions.tables
CommonMarkExtensions.tables.commonmark("""
| | Header 2 |
| -------- | -------- |
| Cells | **can** |
| `have` | inlines. |
""")
…
-
> I notice my tags list is flooded with tags of the form #[\d+], coming from the titles of issue tracker links. Looking at the source I see the hashTagSpec follows CommonMark's allowing other inline e…
-
While the rendering of the `~~strikethrough~~` works as intended, I would also love to see some form of syntax highlighting, but I can't find any reference for the `.style` files to do it myself. I ha…
-
I really appreciate the thoughtful, principled design of djot! But when I showed it to the rest of the [Zulip](https://github.com/zulip/zulip) team as a potential foundation for replacing our (slow, b…
-
See screenshot - this from an NC20 install with NC's own Text app disable and cache completely cleared.
Numbered lines are rendering without numbers. According to the CommonMark standard #5.2, thi…
-
I am really liking the markdown editor and synchronized preview tab in jupyterlab. I can not find an option to save the preview tab's output as an HTML file. Am I missing something?
Alternatively…
-
Issue extracted from #129.
It seems to work fine with code snippets and flat lists, but with a nested list all 1st level elements except the first one become 2rd level element.
```
.foo[
- a
- b -…