aboutsummaryrefslogtreecommitdiff
path: root/src/Formats/MarkdownFormatService.kt
AgeCommit message (Expand)Author
2015-01-16refactor outline generation; generate HTML outlineDmitry Jemerov
2015-01-09nice rendering for deprecated membersDmitry Jemerov
2015-01-09use JUnit for compares; avoid generating trailing whitespace in markdownDmitry Jemerov
2014-12-30more correct formatting of Markdown tablesDmitry Jemerov
2014-12-22Document some types in Dokka and fix to make them work.Ilya Ryzhenkov
2014-10-14Use module.md to get package descriptors, filter sections with names of membe...Ilya Ryzhenkov
2014-10-13Parse and format inline code, fix strong & emph formatting.Ilya Ryzhenkov
2014-10-10Fix code block formating in Markdown formatterkisenka
2014-10-10Fix Markdown table syntax.kisenka
2014-10-03Resolve links in docs.Ilya Ryzhenkov
2014-10-03Cross-reference links on types, relative locations.Ilya Ryzhenkov
2014-10-03Language Service now formats to ContentNode instead of String.Ilya Ryzhenkov
2014-09-29Extract content model, make doc model independent from descriptors, parse doc...Ilya Ryzhenkov
2014-09-19Convert content to RichString and establish resolution service for links.Ilya Ryzhenkov
2014-07-15Support tables in formatters and add proper escaping of htmlIlya Ryzhenkov
2014-07-15Improve rendering of lambdas, escape html symbols.Ilya Ryzhenkov
2014-07-15Cleaning, generalizing, added outline support (hardcoded yml for now)Ilya Ryzhenkov
2014-07-15Refactor formatting service to detach grouping logic from markupIlya Ryzhenkov
2014-07-14Add jekyll format serviceIlya Ryzhenkov
2014-07-14Refactor to multiple-nodes formatting, implement smarter markdown format serv...Ilya Ryzhenkov
2014-07-14Beautification and documentation.Ilya Ryzhenkov
2014-07-14Do not include block if no members, display description and summary.Ilya Ryzhenkov
2014-07-14Render signature with markdown codeIlya Ryzhenkov
2014-07-14Location services, formatting services, initial self-documentation output.Ilya Ryzhenkov