le-chartreux opened a new pull request, #39661:
URL: https://github.com/apache/airflow/pull/39661

   closes: #39660 
   
   In the [section 'What’s the deal with start_date?' of the 
FAQ](https://airflow.apache.org/docs/apache-airflow/stable/faq.html#what-s-the-deal-with-start-date),
 two back quotes (\`\`) are in the middle of an inline code (line 224 of 
`faq.rst`):
   
   ```rst
   ``start_date=``datetime(2024, 1, 1)``
   ```
   
   This leads to a bad rendering where the two back quotes appears between `=` 
and `datetime(2024, 1, 1)`, like this: `start_date=``datetime(2024, 1, 1)` (or 
picture just bellow).
   
   ![Bad rendering of inline 
code](https://github.com/apache/airflow/assets/59126928/0026ded2-6cd7-465f-819d-c825691818b1)
   
   I removed the two back quotes in the middle of the inline code, so now it 
renders without them.
   


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