Skip to content
Snippets Groups Projects
Unverified Commit b1c12abb authored by syuilo's avatar syuilo
Browse files

Refactor

parent ba50156a
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,8 @@ export default (source: string): Node[] => {
}
/**
* ブロック要素の前後にある改行を削除します(ブロック要素自体が改行の役割も果たすため、余計に改行されてしまうため)
* ブロック要素の前後にある改行を削除します
* (ブロック要素自体が改行の役割を果たすため、余計に改行されてしまう)
* @param nodes
*/
const removeNeedlessLineBreaks = (nodes: Node[]) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment