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

Parse block content of TSDoc tags as markdown/html/more complex structure #1

Open
jesperorb opened this issue Oct 22, 2023 · 0 comments
Assignees
Labels
core Everything related to core logic for shared logic for reporters enhancement New feature or request
Milestone

Comments

@jesperorb
Copy link
Contributor

One of the main advantages TSDoc tags have over regular JSDoc tags is that the parser can parse and handle markdown in block tag content, it expects the content to be markdown.

The current parsing in the reporter does not take advantage of this and only outputs raw text.

What needs to be done:

  • Create model for tag content that allows more complex output
  • Parse tag content for TSDoc tags based on this model
@jesperorb jesperorb converted this from a draft issue Oct 22, 2023
@jesperorb jesperorb added enhancement New feature or request core Everything related to core logic for shared logic for reporters labels Oct 22, 2023
@jesperorb jesperorb self-assigned this Oct 22, 2023
@jesperorb jesperorb added this to the 1.0 milestone Oct 22, 2023
@jesperorb jesperorb moved this from Todo to In Progress in Reporter Oct 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Everything related to core logic for shared logic for reporters enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

1 participant