/** * Avoid to bug remark parse joining html and paragraph. * * ``` *

node.js ReleaseNote

* Node v0.12.3リリース * ``` * * to * * ``` *

node.js ReleaseNote

* * Node v0.12.3リリース * ``` */ export declare const addLineBreakAfterHTML: (text: string) => string;