index
:
github/dokka.git
fix-package-links
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
base
/
src
/
test
/
kotlin
/
markdown
/
ParserTest.kt
Age
Commit message (
Expand
)
Author
2023-08-30
Migrate to JUnit 5 and unify used test API (#3138)
Ignat Beresnev
2023-08-28
Support Dokka K2 analysis (#3094)
Vadim Mishenev
2023-07-05
Decompose Kotlin/Java analysis (#3034)
Ignat Beresnev
2022-09-26
Trim four spaces inside indented code block (#2661)
Vadim Mishenev
2022-08-30
Fix missing space between Markdown elements (#2640)
Vadim Mishenev
2022-04-11
Fix using `@` symbol inside code block (#2418)
Vadim Mishenev
2021-04-14
Handle html in kdoc (#1805)
Marcin Aman
2021-03-01
Add explicit exceptions in markdown and allow for empty link destinations (#1...
Marcin Aman
2020-10-07
Introduce top-level DocTag
Andrzej Ratajczak
2020-09-14
Fix parsing strikethrough
Andrzej Ratajczak
2020-09-14
Refactor DocTags and add markdown tests
Andrzej Ratajczak
2020-09-07
NullPointerException on images #1424
Marcin Aman
2020-08-28
Fix losing tokens while parsing markdown italic text
Andrzej Ratajczak
2020-07-15
Fix presenting inline code in KDoc
Andrzej Ratajczak
2020-03-17
Add expect with generation
Szymon Świstun
2020-02-18
Moves all core tests to base plugin
Paweł Marks