Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

240
Views
Github Actions Scripts - create comment as raw text

As it is currently, when using

github.rest.issues.createComment({ issue_number, owner, repo, body: "..." })

the body portion is interpreted as Markdown in the comment, so e. g. multiple spaces will be rendered as one space and tokens like <hello> won't be displayed at all because they are interpreted as HTML tags. I would like to prevent both of these mechanisms by posting a comment as raw text instead of Markdown. Is this possible?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

According to the documentation, there is no way to disable markdown.

As a workaround you could wrap the body of your comment in triple backquotes, triple tilde or pre tags to display it as a fenced code block :

```text
```

~~~text
~~~

Adding the word "text" should disable the syntax highlighting.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!