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
/
src
/
Formats
/
MarkdownFormatService.kt
Age
Commit message (
Collapse
)
Author
2014-12-22
Document some types in Dokka and fix to make them work.
Ilya Ryzhenkov
2014-10-14
Use module.md to get package descriptors, filter sections with names of ↵
Ilya Ryzhenkov
members, fix markdown for kotlin website, propagate content from parent to child with the name of section.
2014-10-13
Parse and format inline code, fix strong & emph formatting.
Ilya Ryzhenkov
2014-10-10
Fix code block formating in Markdown formatter
kisenka
2014-10-10
Fix Markdown table syntax.
kisenka
2014-10-03
Resolve links in docs.
Ilya Ryzhenkov
2014-10-03
Cross-reference links on types, relative locations.
Ilya Ryzhenkov
2014-10-03
Language Service now formats to ContentNode instead of String.
Ilya Ryzhenkov
2014-09-29
Extract content model, make doc model independent from descriptors, parse ↵
Ilya Ryzhenkov
doccomments with custom parser, some tests failing due to hanging new lines.
2014-09-19
Convert content to RichString and establish resolution service for links.
Ilya Ryzhenkov
2014-07-15
Support tables in formatters and add proper escaping of html
Ilya Ryzhenkov
2014-07-15
Improve rendering of lambdas, escape html symbols.
Ilya Ryzhenkov
2014-07-15
Cleaning, generalizing, added outline support (hardcoded yml for now)
Ilya Ryzhenkov
2014-07-15
Refactor formatting service to detach grouping logic from markup
Ilya Ryzhenkov
2014-07-14
Add jekyll format service
Ilya Ryzhenkov
2014-07-14
Refactor to multiple-nodes formatting, implement smarter markdown format ↵
Ilya Ryzhenkov
service.
2014-07-14
Beautification and documentation.
Ilya Ryzhenkov
2014-07-14
Do not include block if no members, display description and summary.
Ilya Ryzhenkov
2014-07-14
Render signature with markdown code
Ilya Ryzhenkov
2014-07-14
Location services, formatting services, initial self-documentation output.
Ilya Ryzhenkov