-
Should we keep compatibility with older java versions? Currently all manifests have a java 6 dependency. Should we limit the fixes to java 6 compatibility, or would you think it's ok to move to Java 8…
-
## Compiler version
HEAD
## Minimized example
There isn't a great way to minimize this, but this is related to the issues I'm having in https://github.com/lampepfl/dotty/pull/16846. If you're m…
-
Reading https://github.com/diffplug/spotless/blob/main/PADDEDCELL.md, I may have some expectations regarding idempotency which may not be true (at least with the mvn plugin).
I consider a configura…
-
Hi,
``````
```javascript\n\n```
``````
Github will be display this code as empty code block, but parser will be display it as plain markdown.
Before fix:
``````
```javascript
```
``````
After fix…
-
## Description
Admonitions are a simple way to have shout-out boxes. They were originally introduced by `mkdocs` (I think) and are usually written in markdown as
```
!!! note
You should …
-
**Is your feature request related to a problem? Please describe.**
The YAML library that the CMS uses has a default line width of `80` when writing content to front matter (may apply in other cases).…
-
I'm trying to understand the behavior of `NodeVisitor` a bit more deeply. Specifically what happens when you don't handle one of the nodes. I've dug through the wiki & javadocs and come across 2 relev…
Parth updated
4 years ago
-
Hi,
I'm trying to create a custom pegdown serializer by implementing org.pegdown.ast.Visitor and I have a problem with parsing **new line**.
for example I can't distinguish between this two parag…
omidp updated
7 years ago
-
Pegdown 1.6.0 has problems rendering nested lists. This issue also occurs in 1.5.0, 1.4.0 and 1.3.0, so it appears to be a long-standing issue.
``` markdown
* foo
* bar
```
``` html
foo
bar
…
-
Example: In the following PostgreSQL comment string
`COMMENT ON FUNCTION public.bar(_id bigint) IS 'This is a markdown comment
which should not have a line break in HTML output.';`
the first li…