diff --git a/content/posts/mapping-strings-to-rgb-colors/index.md b/content/posts/mapping-strings-to-rgb-colors/index.md index 6fa8d75..2680ae8 100644 --- a/content/posts/mapping-strings-to-rgb-colors/index.md +++ b/content/posts/mapping-strings-to-rgb-colors/index.md @@ -23,13 +23,13 @@ showFullContent: false - Scale those integers into an 8-bit unsigned space ## The Implementation ### Hashing -{{< highlight go > }} -{{ }} +{{< highlight go >}} +{{}} ### Interpolation - Not sure if interpolation is the right technical term - Using generics -{{< highlight go > }} -{{ }} +{{< highlight go >}} +{{}} ## The Results Below is a sample of "lorem ipsum" with each word colored using this algorithm.