aboutsummaryrefslogtreecommitdiff
path: root/src/Kotlin/ContentBuilder.kt
AgeCommit message (Collapse)Author
2014-12-30add test for html escaping; fix special characters eaten from outputDmitry Jemerov
2014-12-22Document some types in Dokka and fix to make them work.Ilya Ryzhenkov
2014-12-16Process short links.Ilya Ryzhenkov
2014-12-15Migrate to non-PsiBuilder fully-featured markdown parser.Ilya Ryzhenkov
2014-10-13Remove BindingContext and migrate to ResolveSession, discover symbols for ↵Ilya Ryzhenkov
{code ...} directive.
2014-10-13Fixing formats and started work on inline function body.Ilya Ryzhenkov
2014-10-13Parse and format inline code, fix strong & emph formatting.Ilya Ryzhenkov
2014-10-03Unify link resolution for short and full forms, remove ContentNameLink.Ilya Ryzhenkov
2014-10-03Resolve links in docs.Ilya Ryzhenkov
2014-09-29Extract content model, make doc model independent from descriptors, parse ↵Ilya Ryzhenkov
doccomments with custom parser, some tests failing due to hanging new lines.