petereport icon indicating copy to clipboard operation
petereport copied to clipboard

Double Quote Showing as encoded after genereting the PDF File

Open arijitdirghangi opened this issue 1 year ago • 2 comments

In PoC Section if i am using "/check", after generating the pdf the output is showing as shown in scrrenshot

image

arijitdirghangi avatar May 28 '24 07:05 arijitdirghangi

I was not able to reproduce, if you can re-check using the latest release.

Thanks

1modm avatar Sep 05 '24 08:09 1modm

@1modm We are getting the same using the latest version. Steps to reproduce:

  1. Follow install process with docker compose
  2. Login as admin
  3. Create report
  4. Add finding
  5. Add to the finding description some markdown code like the following:
`aws sagemaker create-notebook-instance --notebook-instance-name <your-notebook-instance-name> --instance-type <instance-type> --role-arn <role-arn>`
  1. Export report as default PDF
  2. Result: image

tbronsonCoveo avatar Dec 03 '24 16:12 tbronsonCoveo