Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JavaDoc: Improvements #2324

Merged
merged 2 commits into from May 6, 2020

Conversation

RunDevelopment
Copy link
Member

This makes some improvements to JavaDoc:

  • Extended support for references.
  • Better code support
    • Added support for <pre> elements
    • Added support for HTML inside code (but not {@code} code)
    • Fixed that the line splitting pattern required at least 2 characters per line
  • Added support for HTML entities.
  • Changed the line ends to \r\n for all test files.

Screenshot from 2020-04-22 17-06-50

@RunDevelopment RunDevelopment merged commit 032910b into PrismJS:master May 6, 2020
@RunDevelopment RunDevelopment deleted the javadoc-improvements branch May 6, 2020 08:06
quentinvernot pushed a commit to TankerHQ/prismjs that referenced this pull request Sep 11, 2020
This makes some improvements to JavaDoc:

- Extended support for [references](https://corochann.com/javadoc-coding-rule-of-link-linkplain-see-372.html).
- Better code support
    - Added support for `<pre>` elements
    - Added support for HTML inside code (but not `{@code}` code)
    - Fixed that the line splitting pattern required at least 2 characters per line
- Added support for HTML entities.
- Changed the line ends to `\r\n` for all test files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant