Creating a syntax highlighter for SR Linux CLI snippets
A guide to building a custom syntax highlighter for SR Linux CLI snippets and integrating it into documentation systems.
A guide to building a custom syntax highlighter for SR Linux CLI snippets and integrating it into documentation systems.
A tutorial on creating a custom syntax highlighting lexer for the Pollen markup language using the Pygments library in Python.
A developer details switching from Pandoc to Pygments for syntax highlighting on their blog, including Haskell code snippets and implementation changes.
A guide on creating a new TAP lexer for the Pygments syntax highlighter to format code in documentation.
A 5-step tutorial on converting Markdown to HTML with Python, adding syntax highlighting for code blocks using Python-Markdown and Pygments.
A 5-step tutorial on converting Markdown to HTML with Python syntax highlighting using Python-Markdown and Pygments.
A Django developer details migrating their personal blog from PHP to Django, discussing performance, new tools, and a custom lifestream app.