1.0.1 • Published 11 months ago

wtf-plugin-markdown v1.0.1

Weekly downloads
18
License
MIT
Repository
github
Last release
11 months ago

Some additional conjugation of adjectives

const wtf = require('wtf_wikipedia')
wtf.extend(require('wtf-plugin-markdown'))

let doc = wtf('hello [[world]]')
doc.markdown()
// 'hello <a href="./world">world</a>'
<script src="https://unpkg.com/wtf_wikipedia"></script>
<script src="https://unpkg.com/wtf-plugin-markdown"></script>
<script defer>
  wtf.plugin(window.wtfMarkdown)
  wtf.fetch('Hamburg').then((doc) => {
    console.log(doc.sentences()[0].markdown())
    // **Hamburg** is the [second-largest city](./List_of_cities_in_Germany_by_population) in [Germany](./Germany) ...
  })
</script>

work-in-progress

MIT

1.0.1

11 months ago

1.0.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

3 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.1

4 years ago