python - Macro or equivalent in reStructuredText? -


i have <form> times.

.. raw:: html      <form action="txmt://open/?url=file:///users/smcho/smcho/works/prgtask/ni/gtest_boost_options/readme.txt">     <button type="submit">edit</button>     </form> 

is there macro or equivalent in restructuredtext can same result, example?

.. form :: /users/smcho/smcho/works/prgtask/ni/gtest_boost_options/readme.txt 

you implement own "form" directive in python. instructions on how that, see http://docutils.sourceforge.net/docs/howto/rst-directives.html


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -