Skip to content
Snippets Groups Projects
  1. Sep 18, 2024
  2. Sep 02, 2024
  3. Aug 21, 2024
  4. Jul 24, 2024
  5. Jul 19, 2024
  6. Jul 05, 2024
  7. Jun 27, 2024
  8. Jun 04, 2024
  9. Apr 19, 2024
  10. Apr 08, 2024
  11. Mar 29, 2024
  12. Mar 22, 2024
  13. Mar 21, 2024
  14. Mar 18, 2024
  15. Mar 06, 2024
  16. Mar 05, 2024
  17. Feb 26, 2024
  18. Feb 16, 2024
  19. Feb 15, 2024
  20. Jan 23, 2024
  21. 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
  22. Dec 26, 2023
Loading