Examples

This is an example page showing how to use markdown on the Pulsar Neighborhood site to include a blockquote element. This is something super meaningful

This is an example page showing how to use Hugo shortcodes on the Pulsar Neighborhood site to include code snippets in content. A very basic snippet: 1 2 3 4 public void DoSomething() { return; } A more involved snippet using Hugo’s built-in highlighting. Now you can call out what is happening in the highlighted lines while still giving the overall functional context. 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 // GetTitleFunc returns a func that can be used to transform a string to // title case.

This is an example page showing how to use Hugo shortcodes on the Pulsar Neighborhood site to include code snippets in content. There be dragons

This is an example page showing how to use Hugo shortcodes on the Pulsar Neighborhood site to include code snippets in content. This is information that you need to know.

This is an example page showing how to use Hugo shortcodes on the Pulsar Neighborhood site to include code snippets in content. Haazaa you’ve done it!

This is an example page showing how to use Hugo shortcodes on the Pulsar Neighborhood site to create tabbed information. Animal Sounds Cat Meow Dog Woof Cricket Chirp A table with more formatting These are sounds Animal Sounds Cat Meow Dog Woof Cricket Chirp

This is an example page showing how to use Hugo shortcodes on the Pulsar Neighborhood site to create tabbed information. C# Java Go Python 1 2 3 4 public void DoSomething() { return; } 1 2 3 4 public Integer getLength(String str) { return str.length(); } 1 2 3 4 func plusPlus(a, b, c int) int { return a + b + c } 1 2 3 4 5 def greet(name): """ This function greets to the person passed in as a parameter """ print("Hello, " + name + ".

This is an example page showing how to use Hugo shortcodes on the Pulsar Neighborhood site to include code snippets in content. You now have fair warning to not make that mistake