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

Be able to mix markdown and markdown latex in the same cell #540

Open
eliselavy opened this issue Apr 19, 2023 · 1 comment
Open

Be able to mix markdown and markdown latex in the same cell #540

eliselavy opened this issue Apr 19, 2023 · 1 comment
Assignees

Comments

@eliselavy
Copy link
Collaborator

Syntax from here

Screenshot 2023-04-18 at 17 43 48

Example raw code:

from here: https://ashki23.github.io/markdown-latex.html

{
   "cell_type": "markdown",
   "id": "a3daea41",
   "metadata": {
    "ExecuteTime": {
     "end_time": "2023-04-18T16:34:53.996173Z",
     "start_time": "2023-04-18T16:34:53.990746Z"
    }
   },
   "source": [
    "$$B(\\alpha,\\beta) = \\dfrac{\\Gamma(\\alpha)\\Gamma(\\beta)}{\\Gamma(\\alpha + \\beta)}$$"
   ]
  },
  {
   "cell_type": "markdown",
   "id": "fa3de634",
   "metadata": {},
   "source": [
    "and"
   ]
  },
  {
   "cell_type": "markdown",
   "id": "055dae78",
   "metadata": {
    "ExecuteTime": {
     "end_time": "2023-04-18T15:55:21.167087Z",
     "start_time": "2023-04-18T15:55:21.160818Z"
    },
    "execution": {
     "iopub.execute_input": "2023-04-18T15:10:06.645146Z",
     "iopub.status.busy": "2023-04-18T15:10:06.644242Z",
     "iopub.status.idle": "2023-04-18T15:10:06.648609Z",
     "shell.execute_reply": "2023-04-18T15:10:06.649229Z"
    }
   },
   "source": [
    "$$\\Gamma$$"
   ]
  },
  {
   "cell_type": "markdown",
   "id": "a5957eab",
   "metadata": {},
   "source": [
    "is the Gamma function."
   ]
  },
@eliselavy
Copy link
Collaborator Author

eliselavy commented Apr 19, 2023

@biumiamy can be added in the guideline to use Markdown Latex for the formula in order to use image.
https://ashki23.github.io/markdown-latex.html

Ex here
NOT GOOD PRACTICE
Screenshot 2023-04-18 at 17 31 30

GOOD PRACTICE
Screenshot 2023-04-18 at 17 31 38

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

No branches or pull requests

2 participants