hugo_to_json 0.3.9

A library and command line tool for producing a JSON representation of a Hugo site.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14

+++
date = "2016-04-19"
draft = false
title = """Superscript and Subscript Everywhere"""
slug = "superscript-and-subscript-everywhere"
tags = []
banner = ""
aliases = ['/superscript-and-subscript-everywhere/']
+++

Today I learnt about the magic powers of `<sub>` and `<sup>` tags. If you're trying to express things in super or sub script outside of a powerful text editor it can be a pain. For me at least it involves trying to Google to find the correct character to copy or resorting to Windows Character Map, ugh.

Today I stumbled across [this Wikipedia page](https://en.wikipedia.org/wiki/Unicode_subscripts_and_superscripts) that describes the use of the `<sub>` and `<sup>` tags to express things in subscript and superscript, pretty much everywhere.