-
At work I wrote a little script that runs a markdown server that serves standardese-generated documentation. The way all the markdown servers work is that they generate an `id` attribute based on the …
-
markdown markdown markdown
***
A First Level Header
====================
A Second Level Header
---------------------
Now is the time for all good men to come to
the aid of their country. This…
-
It would be cool if these notes go on to be used by other students in the future. It would be even cooler if those students could add to them and fix the odd typo. Is it worth converting these notes t…
-
# This is h1
-
How do you use formatting for the content?
```
val contentNode = NodeText("I want some formatting here like bold text, links...")
val content = ArrayList()
content.add(contentNode)
```
Tha…
-
## The Chore
The markdown formatting is not being respected when rendering it to the page
![image (1)](https://github.com/vegaprotocol/frontend-monorepo/assets/6803987/246152f3-1f92-450b-8521-3ddeb…
-
Iit would be nice if the images referred to in Markdown files could be shown. This may be a security issue though.
> Note: I am the author of [MarkdownPreview](https://github.com/Atrejoe/MarkdownPr…
-
Hi there, thanks for the great library to use the DeepL API!
I made a [github action for using deepl-node](https://github.com/lyqht/deepl-translate-github-action) to translate text documents, howe…
lyqht updated
3 months ago
-
Num | Nome | Nota
---|---|---
1 | Gustavo | 9,5
2 | Thiago | 8,5
3 | Maria | 9,0
Fim de tabela.
-
Hi ! First, thanks for your work, it's very useful !!
> [!IMPORTANT]
> I think I found a bug with the **header detection**.
First, here is my `markdown-lint` configuration:
![image](https:…