Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No support for Superscript text #24

Open
myabc opened this issue Nov 18, 2013 · 0 comments
Open

No support for Superscript text #24

myabc opened this issue Nov 18, 2013 · 0 comments

Comments

@myabc
Copy link
Owner

myabc commented Nov 18, 2013

From [email protected] on August 23, 2013 00:55:45

Hi

I have some markdown text that contains Links as well as Superscipts. When I process that markdown through the Markdown4jProcessor it is not handling Superscript. Here is my input Markdown.

INPUT

[Some Text]( http://example.com/ )

This text contains [superscript] text.

OUTPUT

<p><a href=" http://example.com/">Some Text</a></p>
<p>This text contains [superscript] text.</p>

The expected output should be

Some Text

This text contains superscript text.


I am using markdown4j-2.2.jar on JDK 6.

Please let me know if this could be done using some configuration or Do I need a custom solution

thanks.

Original issue: http://code.google.com/p/markdownj/issues/detail?id=21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant