fix html tag

This commit is contained in:
Sean Breckenridge 2021-04-11 07:55:12 -07:00
parent 30acca7f63
commit 3c812b3b8e

View file

@ -54,7 +54,7 @@ Not all HPI Modules are currently at that level of complexity -- some are simple
A related concern is [[*An Extendable module structure][how to structure namespace packages]] to allow users to easily extend them, and how this conflicts with single file modules. If a module is converted from a single file module to a namespace with multiple files, it seems this is a breaking change, see [[https://github.com/karlicoss/HPI/issues/89][#89]] for an example of this.
#+html <div id="addingmodules"></div>
#+html: <div id="addingmodules"></div>
* Adding new modules