Open ghost opened 11 years ago
Add a :markdown type to the DB wrapper object hinting path.
:markdown
Example:
SELECT text AS `item.description:markdown` FROM someTable;
This would produce an object that looks like:
"item": { "description": "<h1>This used to be markdown</h1>" }
Add a
:markdown
type to the DB wrapper object hinting path.Example:
This would produce an object that looks like: