Skip to content

fix: quiz result email contains markdown (resolve #1790) #1791

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

Merged
merged 1 commit into from
Jun 14, 2023

Conversation

jobara
Copy link
Collaborator

@jobara jobara commented Jun 13, 2023

Resolve #1790

Replaces markdown syntax with HTML in email template for quiz results.

Prerequisites

If this PR changes PHP code or dependencies:

  • I've run composer format and fixed any code formatting issues.
  • I've run composer analyze and addressed any static analysis issues.
  • I've run php artisan test and ensured that all tests pass.
  • I've run composer localize to update localization source files and committed any changes.

If this PR changes CSS or JavaScript code or dependencies:

  • I've run npm run lint and fixed any linting issues.
  • I've run npm run build and ensured that CSS and JavaScript assets can be compiled.

@jobara jobara added this to the 1.0.0 milestone Jun 13, 2023
@codecov
Copy link

codecov bot commented Jun 13, 2023

Codecov Report

Merging #1791 (1e61a5a) into dev (b479390) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##                dev    #1791   +/-   ##
=========================================
  Coverage     96.47%   96.47%           
  Complexity     1984     1984           
=========================================
  Files           299      299           
  Lines          8636     8636           
=========================================
  Hits           8332     8332           
  Misses          304      304           

@jobara jobara merged commit 40facf5 into accessibility-exchange:dev Jun 14, 2023
marvinroman pushed a commit to marvinroman/platform that referenced this pull request Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Quiz result email contains markdown
1 participant