'use strict'

// todo: is passing in profile necessary?
const parseRemark = (profile, r) => {
	return null // todo
}

module.exports = parseRemark