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

Fix Task to Markdown Conversion #442

Merged
merged 3 commits into from
Dec 10, 2024
Merged

Fix Task to Markdown Conversion #442

merged 3 commits into from
Dec 10, 2024

Conversation

Clashsoft
Copy link
Member

Bugfixes

Closes #441

@Clashsoft Clashsoft added bug Something isn't working enhancement New feature or request labels Dec 10, 2024
@Clashsoft Clashsoft added this to the v1.19.0 milestone Dec 10, 2024
@Clashsoft Clashsoft requested a review from Copilot December 10, 2024 00:07
@Clashsoft Clashsoft self-assigned this Dec 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 2 out of 2 changed files in this pull request and generated no suggestions.

Comments skipped due to low confidence (1)

frontend/src/app/assignment/modules/edit-assignment/task-markdown.service.ts:72

  • The extra variable should be included in the rendered markdown for both headlines and non-headlines to ensure consistency.
return `${headlinePrefix} ${description} (${points}P)<!--${extra}-->
${childrenMd}`;
@Clashsoft Clashsoft merged commit f848dd2 into master Dec 10, 2024
3 checks passed
@Clashsoft Clashsoft deleted the fix/task-markdown branch December 10, 2024 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Subtasks become Sub-Subtasks when switching between Markdown and List
1 participant