how to add local references in markdown language? for example i need the following code in rst to be converted in to the markdown.
Admin Operations
----------------
.. note:: You need to create an admin session in order to perform admin operations.
- :java:ref:`Create Account <com.xxx.yyy.client.Admin.createAccount(String, String, String, String, String)>`
You can create end users for an admin/paid account.
::
Profile profile = adminSession.getAdmin().createAccount(username, password, email, firstName, lastName);