big-r81 opened a new pull request, #4350:
URL: https://github.com/apache/couchdb/pull/4350

   ## Overview
   
   To correctly generate the configuration reference html output, escape 
special html characters like '<' and '>' in section names.
   
   Before PR:
   <img width="161" alt="grafik" 
src="https://user-images.githubusercontent.com/9985963/210784263-84ec203b-b5e5-4687-94bc-657876fee29a.png";>
   
   ```
   <a href="#cap-smoosh.<channel>"><strong>smoosh.<channel></strong></a>
   ```
   
   and
   
   <img width="161" alt="grafik" 
src="https://user-images.githubusercontent.com/9985963/210784494-a8db8f37-94c5-4a60-a5b1-391264556e39.png";>
   
   ```
   <tr class="cap" id="cap-smoosh.<channel>"><td></td><td>
          <strong>smoosh.<channel></strong></td><td></td></tr>
   ```
   
   After PR:
   
   <img width="216" alt="grafik" 
src="https://user-images.githubusercontent.com/9985963/210785053-fac88e13-18d9-45d3-8a58-e80966743e55.png";>
   
   ```
   <a 
href="#cap-smoosh.&lt;channel&gt;"><strong>smoosh.&lt;channel&gt;</strong></a>
   ```
   
   and
   
   <img width="161" alt="grafik" 
src="https://user-images.githubusercontent.com/9985963/210784952-74460e9a-3c35-4fea-802f-1f9a52435ea6.png";>
   
   ```
   <tr class="cap" id="cap-smoosh.&lt;channel&gt;"><td></td><td>
          <strong>smoosh.&lt;channel&gt;</strong></td><td></td></tr>
   ```
   
   <!-- Please give a short brief for the pull request,
        what problem it solves or how it makes things better. -->
   
   ## Checklist
   
   - [x] Code is written and works 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: notifications-unsubscr...@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to