kpumuk opened a new pull request, #14:
URL: https://github.com/apache/thrift-website/pull/14

   The main goal of this pull request is to fix code highlighting in the blocks 
rendered from the markdown files of the main thrift repository. For example, 
https://thrift.apache.org/lib/nodejs.html is not only broken, but single quotes 
are replaced with unicode quotes and are not syntactically valid:
   
   <img width="2470" height="722" alt="CleanShot 2026-03-30 at 14 14 52@2x" 
src="https://github.com/user-attachments/assets/4e4231aa-b0ef-4af1-a94d-5ccd308334ec";
 />
   
   After this change, the page is rendered like this:
   
   <img width="1982" height="1082" alt="CleanShot 2026-03-30 at 14 15 18@2x" 
src="https://github.com/user-attachments/assets/3250ba6c-5443-4d57-a765-17e5c229adc6";
 />
   
   In addition to this:
   
   * Updated Ruby to 4.0.2, current version supported
   * Fixed missing dependencies in the `Gemfile`
   * Added `THRIFT_CHECKOUT` environment variable that allows to test against 
local Thrift codebase:
   
   ```
   THRIFT_CHECKOUT=~/work/github/thrift bundle exec jekyll server --watch
   ```


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