Skip to content

Commit b0f1de9

Browse files
Resize Nobby the Robot image to 50% width
- Changed image to HTML img tag with width=50% for better sizing - Updated .pymarkdown.json to allow inline HTML (disabled MD033 rule)
1 parent 54de052 commit b0f1de9

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.pymarkdown.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
},
1313
"md032": {
1414
"enabled": true
15+
},
16+
"md033": {
17+
"enabled": false
1518
}
1619
}
1720
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AI Automation Template
22

3-
![Nobby the Robot](https://chrispaquin.com/wp-content/uploads/2026/01/Nobby-the-robot.png)
3+
<img src="https://chrispaquin.com/wp-content/uploads/2026/01/Nobby-the-robot.png" alt="Nobby the Robot" width="50%">
44

55
A GitHub Template for creating AI-assisted automation projects with
66
**governance-first** standards. This template enforces security,

0 commit comments

Comments
 (0)