DSNP 1.2.0 Activity Content Library
npm install @dsnp/activity-content

#### Install the package
Install the Activity Content package with the following command:npm install @dsnp/activity-content
``javascript`
const activityContent = require("@dsnp/activity-content")
const hashTag = activityContent.factories.createHashTag("Earth")
$3
- Run npm run doc for markdown documentation
- Run npm run doc:html for HTML documentation
- Run npm run doc:json for JSON documentation$3
To run tests, run npm run test`