ianmcook opened a new issue, #677:
URL: https://github.com/apache/arrow-site/issues/677

   In Arrow blog posts, Markdown like this:
   ```
   [link text](link url){:target="_blank"}
   ```
   
   used to render as this:
   ```
   <a href="link url" target="_blank">link text</a>
   ```
   
   but something recently broke this. Now it renders as:
   ```
   <a href="link url">link text</a>
   {:target=&quot;_blank&quot;}
   ```
   
   It looks like maybe this was caused by 
https://github.com/apache/arrow-site/pull/673?
   
   See [this blog 
post](https://arrow.apache.org/blog/2025/01/10/arrow-result-transfer/) for an 
example showing how it no longer renders correctly.


-- 
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