Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for cleanUpIssueLinks (0.07 seconds)

  1. build-logic/documentation/src/main/groovy/gradlebuild/docs/ReleaseNotesTransformer.java

            addTOC(document);
            wrapContentInContainer(document);
    
            cleanUpIssueLinks(document);
            handleVideos(document);
            removeLeftoverComments(document);
    
            return new StringReader(document.toString());
        }
    
        private void cleanUpIssueLinks(Document document) {
            String rewritten = document.body().html();
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Mar 03 01:59:51 GMT 2026
    - 11.3K bytes
    - Click Count (0)
Back to Top