-
I have a markdown file containing tables, but the MdPreview previewer is not parsing them. It would be ideal if the MdPreview parsed the markdown tables to prevent my repository users from thinking I …
-
Please check screenshot here https://twitter.com/brianjking/status/1067864888041566208
It appears that markdown parser is not working completely or isn't compatible with Gutenberg editor.
We li…
-
Users should be able to submit text content using Markdown notation that is then parsed by the server. This means holding both a `contentRaw` and a `content` field in any relevant models (User, Post, …
-
_From @plaindocs on October 27, 2016 11:9_
I've just opened https://github.com/wooorm/remark-lint/issues/103 -- not sure where the best place for this bug is.
_Copied from original issue: coala/bear…
-
I posted a post, in markdown format, using `\*` to make literal asterisks to indicate multiplication.
In the Mastodon client, it looks like this:
![image](https://user-images.githubusercontent.c…
-
markdown.js keeps getting fixes & improvements, I should update CodeMirror.
- Most notably moving towards CommonMark (thanks MarcelGerber!)
-
Add the ability to parse markdown files to the basic `TemplateFinder` view.
This should be similar to what @WillMoggridge implemented in https://github.com/ubuntudesign/developer.ubuntu.com/pull/3/…
-
The URL portion of links `[text](url)` should trim all leading and trailing whitespace from within the parenthesis, including newlines. GitHub parses it this way, but the OPM website [does not](https:…
-
case error
* li
```js
aaa
vvv
```
-
Background: Langfuse supports rendering Trace input/output as markdown or as json. When rendering content as json, langfuse truncates and collapses content by default, that may be expanded on click (s…