-
I use Parsedown-Extra for my blog, and I would love to be able to use math equations in my posts.
Using [stackedit.io](//stackedit.io), I can include math equations like this:
``` markdown
Here is a…
-
Currently Carew seems to be using erusev/parsedown for Markdown to HTML parsing.
Can extensions provide their own Markdown parsers or does the core need to be adjusted to allow that?
-
When loading the md of the 071 or 072 versions (url /index.php/docs/developer/upgrade/071), the Markdown extender helper finds a problem with the \* used in the tables.
For example
```
…
-
🛠
Packages we like/want to use:
- [Laravel-Translatable](https://github.com/dimsav/laravel-translatable) if we want to live that life. ¡OLE!
- [Intervention Image](http://image.intervention…
-
```
``` {.hljs .css}
div.code {
selector: value;
} ```
```
```
this doesn't return as expect, using the demo the php markdown extra works as intended but the parsedown just displays the {…
-
I see Markdown Extra in the code, but there doesn't seem to be a way to enable it: https://michelf.ca/projects/php-markdown/extra/ (erusev/parsedown-extra)
-
```
Class ParsedownExtraTest located in C:/Users/Yo/Desktop/secretproject/vendor/erusev/parsedown-extra\test\ParsedownExtraTest.php does not comply with psr-0 autoloading standard. Skipping.
```
…
-
![13054790_2028839324008076_1256298230_o png-1](https://cloud.githubusercontent.com/assets/18440965/14780893/d1ac2aa2-0aa4-11e6-9ef9-388135514880.jpg)
-
As I am using Parsedown-extra many times in a same page, the anchors target not only the concerned item. E.g:
`
Item 1
# fn:1
# fnref1:1
Item 2
# fn:1
# fnref1:1
`
As you can the see, this alwa…
-
Using SHIFT+ENTER to make a line break between lines is replaced with a paragraph break when you save the page.