mgaitan / sublime-rst-completion

Restructured Text snippets and code completion hotkeys for Sublime Text 2 and 3
BSD 3-Clause "New" or "Revised" License
250 stars 54 forks source link

Non-English support in HTML #98

Open yoonghm opened 7 years ago

yoonghm commented 7 years ago

Is there a way to specify non-english in the HTML meta tag within rst file

For example

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

I tried to convert manually, the following command works

pandoc -s  -o output.html input.rst