mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2024-11-21 23:33:31 +01:00
Remove unnecessary quote
This commit is contained in:
parent
7fe1748943
commit
12ed0e8d4d
@ -106,7 +106,7 @@ export function isListItem(string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function isNumberedListItem(string) {
|
export function isNumberedListItem(string) {
|
||||||
return /^[\s]*[\d]*[\.][\s].*$/g.test(string);
|
return /^[\s]*[\d]*[.][\s].*$/g.test(string);
|
||||||
}
|
}
|
||||||
|
|
||||||
export function wordMatch(string1, string2) {
|
export function wordMatch(string1, string2) {
|
||||||
|
Loading…
Reference in New Issue
Block a user