5 I have checked out fossil's trunk and am now investigating the unversioned
6 feature. In the mean time I can develop the doclet for JavaDoc.
10 One thing I will need to keep an eye out for would be inner classes. They
11 are visible as `Map.Entry` and not `Map$Entry`.
15 The best thing to do would be to have a markdown output stream of sorts which
16 can handle formatting changing along with link references and such.
20 Found another flawed class. `Formatter` does not implement `Flushable`
21 despite having a flush.
25 This `MarkdownWriter` should make output of the Markdown JavaDoc much easier
26 since it handles formatting for the most part. I have not touched the JIT at
27 all in a few days, I suppose I am taking a short break from it to work on