By default we show reference in markdown file as below :
* [Example Grammer][example_grammer]- this is a reference
and bottom of the page added the reference list that are not visible in the markdown file view.
[example_grammer]: http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.xtext.doc%2Fcontents%2F020-grammar-language.html
Is it possible to show the reference in the view file as well. Thanks.