## Context We would like to add support for __tip__, __hint__, and __warn__ as potential documentation annotations inside of our markdown processing library __Codex__. ## Actions There is a plugin/transform called [remark-hint](https://github.com/sergioramos/remark-hint) that provides an interface with `remark()`. Integration should consist of the following: - Add the package to our dependencies - Update the `process()` wrapper function with the interface - May need to do some magic for __ESM__ Support - Update tests with new case or assertion(s)