Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-14 | Shutdown coroutines dispatchers after each module pass (#2325) | Ignat Beresnev | |
* Update kotlinx.coroutines to 1.6.0 * Shutdown common coroutines dispatchers after each module pass * Don't finalize coroutines in unit tests Co-authored-by: Mikhail Zarechenskiy <mikhail.zarechenskiy@jetbrains.com> | |||
2021-10-29 | GFM: Use Markdown syntax to render lists (#2098) | Spencer Gilson | |
* - Add ListBuilder to PageContentBuilder.kt to make testing feasible through the builder DSL - Switch list representation in CommonmarkRenderer.kt to use Markdown syntax instead of HTML - Switch to non-deprecated Assert in SimpleElementsTest.kt * Updating base.api to include new builder class and methods | |||
2021-08-30 | Escape text for GFM | vmishenev | |
2021-06-25 | Cleanup paragraphs and tables in GFM renderer (#1946) | Mike Sinkovsky | |
* GFM renderer: cleanup paragraphs * GFM renderer: cleanup tables * GFM renderer: add tests for wrong header in table Table with extra cell in row is really generated by `all-modules-page` plugin * Remove commented-out lines * Add BriefCommentPreprocessor which inserts a line break between a signature and a brief comment Fixed a bug with `mapTransform` function which replaces table headers with their contents Co-authored-by: Kamil Doległo <kamil.doleglo@interia.pl> | |||
2021-05-27 | GFM renderer: sanitize line ends (#1936) | Mike Sinkovsky | |
* GFM renderer: sanitize line ends * GFM renderer: sanitize line ends in table cell | |||
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 ↵ | Błażej Kardyś | |
substitution | |||
2020-11-27 | Adding multimodule all modules page creation for gfm | Błażej Kardyś | |
2020-09-07 | Test images in GFM | 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 ↵ | sebastian.sellmair | |
concept of `moduleDisplayName` | |||
2020-08-19 | Refactor location providers | Kamil Doległo | |
2020-08-14 | DokkaConfiguration: Use `Set` instead of `List` when collections are ↵ | sebastian.sellmair | |
expected to be distinct | |||
2020-08-14 | Simplify Dokka Gradle Plugin | sebastian.sellmair | |
2020-07-13 | Remove `format` from dokka DokkaConfiguration | sebastian.sellmair | |
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 | |