PluginProbe ʕ •ᴥ•ʔ
Syntax-highlighting Code Block (with Server-side Rendering) / 1.1.0
Syntax-highlighting Code Block (with Server-side Rendering) v1.1.0
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.4.0 1.5.0 1.5.1 1.5.2
syntax-highlighting-code-block / wp-assets / icon.svg
syntax-highlighting-code-block / wp-assets Last commit date
banner-1544x500.png 6 years ago banner-772x250.png 6 years ago icon-128x128.png 6 years ago icon-256x256.png 6 years ago icon.svg 6 years ago screenshot-1.png 6 years ago screenshot-2.png 6 years ago
icon.svg
10 lines
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
4 <!-- Modified from https://github.com/WordPress/dashicons/blob/3136c3d0452967c3a0ce43a59a64b9f54c4f5011/sources/svg/editor-code.svg -->
5 <path fill="#333" transform="rotate(45 10 10) translate(-8 -8) scale(1.8)" d="M9 6l-4 4 4 4-1 2-6-6 6-6zM11 14l4-4-4-4 1-2 6 6-6 6z"></path>
6
7 <!-- Modified from https://github.com/WordPress/dashicons/blob/3136c3d0452967c3a0ce43a59a64b9f54c4f5011/sources/svg/admin-appearance.svg -->
8 <path fill="black" transform="scale(0.5) translate(10 10)" d="M14.48 11.060l-7.070-7.070 1.5-1.5c0.5-0.56 2.3-0.47 3.51 0.32 1.21 0.8 1.43 1.28 2.91 2.1 1.18 0.64 2.45 1.26 4.45 0.85zM13.77 11.77l-7.070-7.070-1.77 1.77c-0.39 0.39-0.39 1.020 0 1.41l1.060 1.060c0.39 0.39 0.39 1.030 0 1.42-0.6 0.6-1.43 1.11-2.21 1.69-0.35 0.26-0.7 0.53-1.010 0.84-1.34 1.34-2.37 3.19-1.37 4.18 0.99 1 2.84-0.030 4.18-1.36 0.31-0.31 0.58-0.66 0.85-1.020 0.57-0.78 1.080-1.61 1.69-2.21 0.39-0.39 1.020-0.39 1.41 0l1.060 1.060c0.39 0.39 1.020 0.39 1.41 0z"></path>
9 </svg>
10