kou commented on issue #677:
URL: https://github.com/apache/arrow-site/issues/677#issuecomment-3110156485

   The new Markdown parser doesn't support the feature (customizing attributes 
expect `alt`).
   
   Can we use either of them?
   * Use raw HTML: `<a href="link url" target="_blank">link text</a>`
   * Stop using `target="_blank"`: `[link text](link url)` (no 
`{:target="_blank"}`)
   
   If you share your preference, I can open a PR for the approach. It seems 
that only https://arrow.apache.org/blog/2025/01/10/arrow-result-transfer/ uses 
`{:target="_blank"}`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to