Changed processIn -> processWith in sample plugin.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1526 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
cd3d22bd19
commit
9da6912f7a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import Text.Pandoc
|
||||||
|
|
||||||
transform :: Pandoc -> IO Pandoc
|
transform :: Pandoc -> IO Pandoc
|
||||||
transform p = do
|
transform p = do
|
||||||
let urls = queryIn findURLs p
|
let urls = queryWith findURLs p
|
||||||
putStrLn $ unlines urls
|
putStrLn $ unlines urls
|
||||||
return $ Pandoc (Meta [] [] []) []
|
return $ Pandoc (Meta [] [] []) []
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue