-
Currently, Live Markdown comes with a JS parser/formatter that wraps ExpensiMark and converts Markdown message into a list of ranges (style, location, length). This code needs to be run on the UI runt…
-
Currently we are using master branch of Hoedown, which has a lot of bugs. There are (at least) two better alternatives:
1. Develop branch of Hoedown. I guess the API is mostly the same.
2. [cmark]…
-
### Is your feature request related to a problem? Please describe.
I used an sever API that can convert ` *.md` strings into HTML elements.
I want it to replace the parsing of `markdown-it` .Displ…
-
Is there a way to convert the TeX markup into plain text as much as possible? Just something like `pandoc example.tex -o output.txt`.
I saw there are conversions to markdown, json, along with other…
-
### Describe the bug
The highlighting queries set the `url` metadata field. Urls in markdown can be enclosed in `` so they can contain whitespace ([reference in current CommonMark spec](https://spec.…
tbung updated
14 hours ago
-
I really don't like the fact that github JS parser doesn't work like the [parser used by the README files](https://github.com/tanoku/redcarpet), specially diff behavior on hard-wrap of paragraphs.
th…
-
Sometimes inner parameter selection ignores the current scope and selects the first parameter in the nested scope instead.
**To Reproduce**
Steps to reproduce the behavior:
init.lua:
```lua
local thi…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
Hello, I am currently using MarkdownElementNodeParser and have encountered an iss…
-
## Feature request
#### What problem does this feature solve?
Allow plugins to use this API to turn Markdown into HTML.
#### What does the proposed API look like?
```js
cons…
-
This task is about replacing the MDX parser we use on GDSchool currently, remark, and the plugins we maintain for it, with our own MDX parser.
The MDX parser should take an MDX document, ideally va…