scidown icon indicating copy to clipboard operation
scidown copied to clipboard

SciDown processing library in C

Results 6 scidown issues
Sort by recently updated
recently updated
newest added

GitHub markdown supports creation of checkboxes by writing `[ ]` (space inside square brackets) and selected checkbox by `[x]` (x inside square brackets) Just like as follows ``` - [...

A simple example: ```markdown ## Some text in Persian ``` This results in the heading not being converted to an <h2> tag, and it is not as expected. [Here](https://spec.commonmark.org/0.30/#example-152) you...

Trying to use Marker (which uses scidown) to write GitLab compatible equations, I ran into a problem. scidown and Marker expect equations to be surrounded by `$$`, whereas GitLab expects...

Scidown is a dependency of Marker. As the result Marker [can't render](https://github.com/fabiocolacio/Marker/issues/247) the following LaTeX equations by MathJax engine: ``` LaTeX equation (`\begin{equation}...\end{equation}`) \begin{equation} h(z) = \sinh(z) \end{equation} --- LaTeX...

While stylesheets can be statically included using the yaml header, it would be useful to be able to include stylesheets dynamically using the command-line version of scidown. We could simply...

One of the most powerful features of *LaTeX* in my opinion is the ability to create custom commands and environments. Although the way *Scidown* works is fundamentally different, we might...