-
Hey,
I'm trying to work on this plugin to add a new feature called split view. It is nice to have source and visual separated, but often or in a lot ot editors/IDEs you can have it splitted. On the…
-
Here's the post:
https://tigra.moera.blog/moera/post/23d58764-3954-4441-83d3-0bf0e1d26ed5
It has following Markdown:
```markdown
- I have a geography joke, but I don't know where it is
- I have…
tigra updated
4 years ago
-
When I pass the following Markdown through Paradox:
```
- item 1
- item 2
- sub-item 2.1
- sub-item 2.2
- item 3
```
I get this:
![image](https://user-images.githubusercontent.com/1…
-
## Background
I was redirected to post my issues here: [Image not getting rendered in HTML · Issue #1547 · gsantner/markor](https://github.com/gsantner/markor/issues/1547)
## Description
- Ca…
-
With Gradle 5.5 and `com.github.maiflai:gradle-scalatest:0.24` I am getting below exception
Caused by: groovy.lang.GroovyRuntimeException: Could not find matching constructor for: org.gradle.process.…
-
There are a few big downsides of using JSON:
1. It's pretty hard to read the snippets as currently stored in this repo.
2. It's terribly hard to add new snippets.
Consider switching to markdown…
-
Can the library be updated for compliance with [CommonMark Version 0.29](https://spec.commonmark.org/0.29/)
-
It will be nice to have Java Platform Module System (project Jigsaw).
I'm using JMPS with `Jlink` to create app+JDK distribution,
but JPMS helps to expose only public APIs from the lib.
-
I have this markdown content, but the parser does not considers consider content after blank line i.e # Foo003 as pre-formatted text but renders as heading.
```
# Test
Foo
# Foo001
# Foo002
…
-
I am working with [markdownlint](https://github.com/DavidAnson/markdownlint) in the docs repository for a while now, to get some consistency into the docs writing.
It is configured via yaml file and …