Skip to content

Commit

Permalink
feat(ooxast-util-remove-rsid.ts): import xast-util-to-string to be ab…
Browse files Browse the repository at this point in the history
…le to convert nodes to string
  • Loading branch information
tefkah committed May 30, 2023
1 parent 5336c78 commit 5d03a25
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { select } from 'xast-util-select'
import { removePosition } from 'unist-util-remove-position'
import { select as unistSelect } from 'unist-util-select'
import { getRStyle } from 'ooxast-util-get-style'
import { toString } from 'xast-util-to-string'

// Check to see if node is a paragraph, because we want to merge elements in a paragraph
const isP = convertElement<P>('w:p')
Expand Down

0 comments on commit 5d03a25

Please sign in to comment.