ASCII Bracket Showcase
Explore our various programming-inspired bracket styles for blog posts and content sections.
Programming-Style Brackets
These bracket styles are used to theme our blog posts based on their technical content. Each style represents a different programming language or technology.
JavaScript Object
JavaScript-styled brackets for web security articles
HTML Tags
HTML-styled brackets for frontend security topics
React/JSX
React component style for modern web app security
CSS Rules
CSS-styled brackets for UI/UX security considerations
Python Function
Python-styled brackets for security automation articles
Markdown
Markdown-styled brackets for documentation and policy guides
SQL Query
SQL-styled brackets for database security topics
Bash Script
Bash-styled brackets for system hardening guides
Security-Focused Brackets
These bracket styles are specifically designed for security documentation and reporting.
Security Report
Formal security assessment report format
Code Review
Security-focused code review documentation
Vulnerability
Critical vulnerability documentation and resolution
Classic Bracket Styles
These are the traditional bracket styles that are also available for use.
Square Brackets
Traditional square brackets [ ]
Curly Braces
Traditional curly braces { }
Angle Brackets
Traditional angle brackets < >
Pipes
Traditional pipe brackets | |
Using Brackets in Blog Posts
When creating a new blog post, specify the bracket style in the frontmatter:
--- title: "My Technical Article" // ... other frontmatter bracketType: "python" bracketColor: "green" bracketLabel: "security_script.py" ---
Available bracket types:
js-object
- JavaScript objecthtml
- HTML tagsjsx
- React/JSX componentcss
- CSS rulepython
- Python functionmarkdown
- Markdownsql
- SQL querybash
- Bash scriptsquare
- Square bracketscurly
- Curly bracesangle
- Angle bracketspipe
- Pipes