You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2023/01/05 13:14:12 UTC

[GitHub] [couchdb] big-r81 opened a new pull request, #4350: Escape special (html) chars in section names

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-unsubscribe@couchdb.apache.org

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


[GitHub] [couchdb] big-r81 merged pull request #4350: Escape special (html) chars in section names

Posted by GitBox <gi...@apache.org>.
big-r81 merged PR #4350:
URL: https://github.com/apache/couchdb/pull/4350


-- 
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-unsubscribe@couchdb.apache.org

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