Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for HeaderPermalinkInfo (0.1 seconds)

  1. scripts/doc_parsing_utils.py

    # --------------------------------------------------------------------------------------
    
    
    def extract_header_permalinks(lines: list[str]) -> list[HeaderPermalinkInfo]:
        """
        Extract list of header permalinks from the given lines.
    
        Return list of HeaderPermalinkInfo, where each dict contains:
        - `line_no` - line number (1-based)
        - `hashes` - string of hashes representing header level (e.g., "###")
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:37:41 GMT 2026
    - 23.5K bytes
    - Click Count (0)
Back to Top