Skip to content

kzarist/org-file-readme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Readme

example of inline math with LaTeX in native org format

$Aa=Bb$

example of math block with LaTeX in native org format

this is the one I’d love to get support for

A_{a}=B_{b}

there are also other ways to write down block LaTeX in org, but I can’t get them displayed via GH org renderer (they remain hidden - checkout RAW file to understand what I mean)

\begin{equation} Aa=Bb \end{equation}

see this PR for more details

GitHub does render org files

and supports most of the features like inline code

or block of code with it’s corresponding result

print("block of code")
block of code

it even can skip the content of the codeblock, but display its corresponding result (very useful in Emacs)

block of code

quote

tablewithheader
abc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published