You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: