Android で evernote API を使用しており、html を enml に変換したいと考えています。imgをen-mediaに変換するには? 例: img:
<img src="imagePath"/>
en-media にするには、画像を自分でダウンロードして、イメージ タグを自分で en-media に置き換える必要がありますか?
Yes, you have to download the image and replace the image tag to en-media with hash and type attributes.
You can see the spec here.