-
definition lists are defined, for example, in php markdown extra, with this syntax:
```
term
: definition
definition continuation (because previous line begin with 4 spaces)
```
see http://mi…
-
right now i can only use html to generate tables. any other options?
-
I know there is a debate on whether class / ids should be allowed for each element / block.
Without entering this debate, I'd suggest allowing special attributes for terms in definition lists. this …
-
(Editing the top comment to be the current consensus on this issue.)
For the reasons discussed below, we've settled on Markdown as the best option for rewriting the docs.
What we'd have to do:
…
-
Markdown would let us write rich dairy entries
---
# HEADER
## HEADER2
### HEADER3
**BOLD**
_Italics_
~~Strickout~~
- lists
- sublists
- [x] checklist
> quote
```
Code block
```
-
First of all, thanks for the amazing tool!
I was wondering if there is a way to merge cells in a table.
If there is not, I personally found [doxygen](https://github.com/doxygen/doxygen/issues/88…
-
Hi,
is there any way to make this work with the Markdown citation syntax `[@citekey]` ?
Any pointers would be appreciated!
Thanks
-
When Stardown creates a markdown of a video, it would be nice if it would facilitate the creation of an image of the video & player, then create a markdown for that image as a clickable link to the vi…
-
Noted the discussion about Automerge marks having a name and primitive value whereas Prosemirror marks can have arbitrary JS objects as attributes. The comments example illustrates how to store the ri…
-
# Problem Statement
There are numerous incompatible Markdown flavors. For this discussion, let's assume "Markdown" means strict [CommonMark](https://github.com/commonmark/CommonMark) unless otherw…