issues Search Results · repo:Steppschuh/Java-Markdown-Generator language:Java
Filter by
19 results
(69 ms)19 results
inSteppschuh/Java-Markdown-Generator (press backspace or delete to remove)Observed behavior
In my project, I generate Markdown tables with this library. Using the IntelliJ profiler, I observed that the library
takes about 9% of the total time to generate the tables. About 30% ...
jkronegg
- Opened on Mar 22, 2023
- #29
Just noticed that Maven Central is not up to date. Also noticed bintray is down.
Thank you!
exabrial
- Opened on Jul 25, 2022
- #28
When the table cells string contains |, it will treat it as normal string instead of transforming it into \|.
Unnamed-1408
- Opened on Jun 3, 2022
- #27
I m currently doing some stuff, where a tables, generated by a library are sent to telegram, and I have quite long
string in these tables, so the result looks ugly in telegram. Therefore it d be nice to ...
enhancement
help wanted
frankiedrake
- Opened on Nov 11, 2021
- #26
Hello, on readme there is a section how to add this lib to depnedencies and it is diffrent than on jitpack. In my
opinion it should be:
dependency groupId com.github.Steppschuh /groupId artifactId Java-Markdown-Generator ...
marwin1991
- Opened on Mar 11, 2021
- #25
@Override
public String getSuccessor() {
return \n``` ;
}
In Table System.lineSeparator() is used, why not use it here also?
enhancement
Qworel97
- 3
- Opened on Feb 10, 2021
- #21
Imaging you have code like this
new ItalicText( *italic* )
After processing you will receive
italic
The issue is that when we pass any data that can be seen as markdown string we receive strange behaviour ...
Qworel97
- Opened on Jan 20, 2021
- #20
Table created by the library is the prettified version and contains spaces between each elements which expands to the
length of the largest string in the particular column. However, not all markdown users ...
enhancement
abhinayagarwal
- 1
- Opened on Oct 25, 2020
- #18
Please provide an artifact with an OSGI Manifest using Gradle BND Plugin
(https://github.com/bndtools/bnd/blob/master/biz.aQute.bnd.gradle/README.md).
Thank you!
enhancement
help wanted
ChristianHoesel
- 1
- Opened on Oct 20, 2020
- #17
Hey there!
I wrote some MD Builders using your library. I thought that I can add this to your project.
https://github.com/IlyasYOY/kotlin-markdown
Thank you for your work!
enhancement
IlyasYOY
- 2
- Opened on Oct 13, 2020
- #16

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.