Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-30 | add test for html escaping; fix special characters eaten from output | Dmitry Jemerov | |
2014-12-22 | Document some types in Dokka and fix to make them work. | Ilya Ryzhenkov | |
2014-12-16 | Process short links. | Ilya Ryzhenkov | |
2014-12-15 | Migrate to non-PsiBuilder fully-featured markdown parser. | Ilya Ryzhenkov | |
2014-10-13 | Remove BindingContext and migrate to ResolveSession, discover symbols for ↵ | Ilya Ryzhenkov | |
{code ...} directive. | |||
2014-10-13 | Fixing formats and started work on inline function body. | Ilya Ryzhenkov | |
2014-10-13 | Parse and format inline code, fix strong & emph formatting. | Ilya Ryzhenkov | |
2014-10-03 | Unify link resolution for short and full forms, remove ContentNameLink. | Ilya Ryzhenkov | |
2014-10-03 | Resolve links in docs. | 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. |