-
see here https://slinc.hammons.fr/docs/docs/reference/usage.html
there is already a [standard extension](https://github.com/vsch/flexmark-java/wiki/Tables-Extension) for flexmark (which we use …
-
The [`markdownj`](https://github.com/myabc/markdownj) project doesn't seem to be maintained very actively anymore. How about changing this plugin to use a different parser?
See [this SO post](https…
-
The fork of remark-java that we use has been archived by the maintainer. Look into alternative libraries to accomplish the same thing.
See:
* https://github.com/eclipse/lemminx/pull/1288 (we need …
-
Importing from Confluence to Space was a challenge due to some pages being authored by users who did not exist in Space. The import process failed, showing an error message stating, "Error: Profile wi…
-
following error getting while running (build completed sucessfully)
"C:\Program Files\Java\jdk1.8.0_112\bin\java.exe" "-javaagent:D:\software\IntelliJ IDEA Community Edition 2019.2.1\lib\idea_rt.jar=…
-
## 할 일
- [x] ~관리 화면에서 보여줄 에디터 선택~
- [Vaadin markdown-area](https://vaadin.com/directory/component/markdown-area)
- [TOAST UI Editor](https://www.npmjs.com/package/tui-editor) (LMS에서 사용)
- [x…
-
the following `md`:
```
### hello `` and ``
```
is translated into `html`:
```
hello `` and ``
```
and it fails html validation, since tags are not escaped
is there a way to escape html …
-
paradox currently builds upon [`pegdown`](https://github.com/sirthias/pegdown) as the underlying markdown parser. Although pegdown has a number of serious [issues](https://github.com/sirthias/pegdown/…
-
As per https://github.com/kotcrab/remark-java/pull/4 , https://github.com/kotcrab/remark-java will be archived.
It's also used by the XML language server to convert HTML to Markdown. Are there any …
-
* [x] `Parser`
**To Reproduce**
Create a java project adding flexmark dependency and run the following code.
```java
package flexmark_linkref_bug;
import com.vladsch.flexmark.util.ast.Node…