README.md in convert-0.1.3 vs README.md in convert-0.1.4
- old
+ new
@@ -16,11 +16,11 @@
# Run default converters. Pass :converters => [:auto_link, :decode]
Convert.run('string')
# Convert with Nokogiri, used by 'run'
-Convert.nokogiri('HTML string')
+Convert.scan('HTML string')
# URL to HTML link
Convert.auto_link('https://crowdfundhq.com')
# Embed dailymotion videos (https://dailymotion.com)
@@ -122,9 +122,14 @@
Convert.youtube_image('string')
# Embed Youtube JS API
Convert.youtube_js_api('string')
+# Convert Chinese and other non-standard characters to IDN
+Convert.to_ascii('string')
+
+# Reverse IDN conversion
+Convert.to_unicode('string')
```
Created and maintained by [Fugroup Ltd.](https://www.fugroup.net) We are the creators of [CrowdfundHQ.](https://crowdfundhq.com)
`@authors: Vidar`