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
/
gfm
/
src
Age
Commit message (
Expand
)
Author
2021-10-29
GFM: Use Markdown syntax to render lists (#2098)
Spencer Gilson
2021-08-30
Escape text for GFM
vmishenev
2021-07-19
Minor: rename `buildNewLine` (#1987)
Mike Sinkovsky
2021-07-12
Handle NBSP and other html entries (#2005)
Marcin Aman
2021-06-25
Cleanup paragraphs and tables in GFM renderer (#1946)
Mike Sinkovsky
2021-05-28
Add all rendering strategies to CommonMark renderer and enforce exhaustive ma...
Kamil Doległo
2021-05-27
GFM renderer: sanitize line ends (#1936)
Mike Sinkovsky
2021-04-14
Fix missing annotations in GFM and unresolved static imports (#1845)
Marcin Aman
2021-01-04
Refactor ContentTable builder and fix GFM table rendering (#1682)
Kamil Doległo
2020-11-27
Changing how multimodule location provider works and improving gfm link subst...
Błażej Kardyś
2020-11-27
Adding inter-module link resolving template strategy for Gfm
Błażej Kardyś
2020-11-27
Adding multimodule all modules page creation for gfm
Błażej Kardyś
2020-10-05
Add anchors for markdown (#1442)
Andrzej Ratajczak
2020-09-07
Test images in GFM
Marcin Aman
2020-09-07
Let markdown display img like resources correctly
Marcin Aman
2020-08-31
Remove old `defaultSourceSet` in favour of new package
sebastian.sellmair
2020-08-31
Let module name be configurable withing `AbstractDokkaTask` and remove concep...
sebastian.sellmair
2020-08-19
Specify generic type explicitly, fix formatting
Kamil Doległo
2020-08-19
Replace !! with some meaningful messages
Kamil Doległo
2020-08-19
Refactor location providers
Kamil Doległo
2020-08-19
Make unresolved links render as text
Kamil Doległo
2020-08-17
Rename `ContentSourceSet` to `DisplaySourceSet`
sebastian.sellmair
2020-08-17
Implement SelfRepresentingSingletonSet and let `ContentSourceSet` conform to it
sebastian.sellmair
2020-08-17
Moving CompositeSourceSetID and ContentSourceSet into `.dokka.model`
sebastian.sellmair
2020-08-17
Implement `ContentSourceSet`
sebastian.sellmair
2020-08-14
DokkaConfiguration: Use `Set` instead of `List` when collections are expected...
sebastian.sellmair
2020-08-14
Simplify Dokka Gradle Plugin
sebastian.sellmair
2020-07-15
Gfm tables fix
Andrzej Ratajczak
2020-07-13
Remove `format` from dokka DokkaConfiguration
sebastian.sellmair
2020-07-10
Apply requested changes
Andrzej Ratajczak
2020-07-10
Minor style fixes for gfm signatures
Andrzej Ratajczak
2020-07-08
Move common base test utils to submodule
Andrzej Ratajczak
2020-07-08
Fix tests after rebase
Andrzej Ratajczak
2020-07-08
Add GFM tests
Andrzej Ratajczak
2020-07-08
Add GFM renderer tests
Andrzej Ratajczak
2020-07-07
Add overrides to provided plugins
Paweł Marks
2020-07-06
Enforce workspace unique SourceSetID
sebastian.sellmair
2020-06-25
Divergent rendering for markdown
Marcin Aman
2020-06-25
Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and use...
Kamil Doległo
2020-06-24
Platform restriction handling for platform-hinted content
Filip Zybała
2020-06-15
Rework dokka configuration and Gradle plugin
Kamil Doległo
2020-05-20
Added anchors for symbols and headers on page
Filip Zybała
2020-05-19
Add a draft version of divergent rendering
Kamil Doległo
2020-05-14
Changing approach from platform-driven to source-set-driven
Błażej Kardyś
2020-04-22
Apply requested changes
Andrzej Ratajczak
2020-04-22
Adds asynchronous rendering
Andrzej Ratajczak
2020-04-15
Refactor package list to be a preprocessor
Andrzej Ratajczak
2020-04-01
Fixes problems with Markdown and Jekyll
Andrzej Ratajczak
2020-03-23
Gradle Task supporting multimodular projects
Andrzej Ratajczak