Skip to content
Snippets Groups Projects
  1. Jan 12, 2024
  2. Jan 11, 2024
  3. Jan 09, 2024
  4. Dec 29, 2023
  5. Dec 28, 2023
  6. Dec 27, 2023
    • Artur Sabirov's avatar
      feat: validate anchors in links · 33f5a634
      Artur Sabirov authored and Yaroslav Dynnikov's avatar Yaroslav Dynnikov committed
      A markdown header may be attributed with [attr_list]. We use it for
      linking to a specific header explicitly:
      
          ## Общие сведения {: #intro }
          См. [Общие сведения](#intro)
      
      This patch enables links and headers validation:
      
      - `check_headers.py` collects a list of existing anchors and checks
        there are no duplicates
      
      - `check_links.py` validates links and checks the anchor exists
      
      [attr_list]: https://python-markdown.github.io/extensions/attr_list/
      33f5a634
  7. Dec 26, 2023
  8. Dec 18, 2023
  9. Dec 13, 2023
  10. Dec 07, 2023
  11. Dec 06, 2023
  12. Dec 05, 2023
  13. Dec 04, 2023
  14. Dec 01, 2023
  15. Nov 30, 2023
  16. Nov 29, 2023
Loading