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

Image or Mathematical equation support in Markdown #703

Open
anistark opened this issue Jun 26, 2020 · 7 comments
Open

Image or Mathematical equation support in Markdown #703

anistark opened this issue Jun 26, 2020 · 7 comments

Comments

@anistark
Copy link
Member

As requested by one of the speakers who submitted his proposal:

1. In the markup there's some problem with inputting images. I could not.

2. I could not input equations in the markup for some reason. Since, there was a solid mathematical angle to my proposal I thought it'd be a good idea to put in some equations in there as well.
@palnabarun
Copy link
Member

  1. In the markup there's some problem with inputting images. I could not.

You can add images like these: ![Alternate text](https://url.to/the/image)

  1. I could not input equations in the markup for some reason.

We don't have equation support right now, but this is something to think over. 👍

@palnabarun palnabarun self-assigned this Jun 26, 2020
@abhishekmishragithub
Copy link
Member

@anistark & @palnabarun I would like to work on this issue.

@anistark
Copy link
Member Author

anistark commented Jul 7, 2020

@abhishekmishragithub Please go ahead.

@sayanchowdhury
Copy link
Member

Look into Mathjax. Check if there is integration with Django, and if yes, does it have an active upstream

@anistark
Copy link
Member Author

anistark commented Jul 7, 2020

Using Mathjax: http://flennerhag.com/2017-01-14-latex/

@avats-dev
Copy link

You can follow this answer for workarounds to resolve this.

As images can be easily embedded in markdown, one can use services like http://www.sciweavers.org/free-online-latex-equation-editor or https://www.codecogs.com/latex/eqneditor.php or many others available to create image of the equation and embed it.

Other possible way could be to use HTML entity codes to write equations in markdown. Some other resources for this are here for math symbols and here for greek or special letters

@anistark
Copy link
Member Author

Would you like to take this up as well @avats-dev ?

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

5 participants