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

markdown interpretation error #1161

Open
koalahbh opened this issue Mar 8, 2025 · 1 comment
Open

markdown interpretation error #1161

koalahbh opened this issue Mar 8, 2025 · 1 comment

Comments

@koalahbh
Copy link

koalahbh commented Mar 8, 2025

I'm making this call:

curl https://r.jina.ai/https://modaparahomens.com.br/as-5-melhores-marcas-de-relogio-do-mundo/
-H "Authorization: Bearer jina_1c47a5de5a4743e4a9fad94a831fa2b3e44NQVudVSkgWyghvA32BVstfZrf"
-H "X-Return-Format: markdown"
-H "X-Target-Selector: article"

but the h2 tags are being interpreted only as bold.
Example:
Original:

1. Rolex: A Lenda da Relojoaria

It comes like this:
1. Rolex: A Lenda da Relojoaria

It was supposed to be like this:

1. Rolex: A Lenda da Relojoaria

is there any way to fix this?

@nomagick
Copy link
Member

Hi, @koalahbh

We recently introduced some options to control some aspects of the resulting markdown.
You can try with an additional X-Md-Heading-Style: atx and see if it would fix the styling issue of your local client.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants