Inline tag support: "{@code}, {@link}, {@linkplain}", and generic inline tags
Block tag support: "@return, @param", and generic block tags.
HTML parsing inside Javadoc, including normal and void HTML elements.
Once the open PR implementing snippet tag parsing is merged, we can close the issue for supporting inline tags. I have also opened a new issue to track block tags support, which I will be working on this week.
The midterm goals have been successfully achieved. Once the current open PRs are merged, we will move to the integration phase, where we will build the AST using the visitor and integrate the new parser.