parsedown-extra icon indicating copy to clipboard operation
parsedown-extra copied to clipboard

Markdown Extra Extension for Parsedown

Results 92 parsedown-extra issues
Sort by recently updated
recently updated
newest added

I think the demo is supposed to show that this provides equivalent results to php markdown, but faster. Instead it shows the following: ![Screenshot from 2022-07-09 08-13-51](https://user-images.githubusercontent.com/870343/178095949-61d6166a-b9ab-4ad6-a9f8-30490b226684.png)

Corresponding PR to https://github.com/erusev/parsedown/pull/708

Parsedown: 1.7.4 ParsedownExtra: 0.8.1 **Script** ```php require "vendor/autoload.php"; $pd = new ParsedownExtra(); $pd->setSafeMode(true); $md =

Please see this - https://github.com/erusev/parsedown/issues/825 Example works when `class MarkdownPlugin extends \Parsedown` but not when extending `ParsedownExtra` (version `0.8.0`). Why is that? ```php class MarkdownPlugin extends \ParsedownExtra { protected function...

fix composer with warning: Class ParsedownExtraTest located in ./vendor/erusev/parsedown-extra/test/ParsedownExtraTest.php does not comply with psr-0 autoloading standard. Skipping.

Using the mbstring "encoding" `HTML-ENTITIES` is deprecated since PHP 8.2: https://github.com/php/php-src/pull/7177 > mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead It is used here:...

`- helloworld` This should render like this: - \\ helloworld However it is rendering like this: - \\ Dropping the "helloworld".

Thank you for your great library. Reference: `protected function parseAttributeData($attributeString)` https://github.com/erusev/parsedown-extra/blob/master/ParsedownExtra.php#L592 Special attributes `{lang=fr}` are not parsed. We should be able to type `{target=_blank}` and get the `target="_blank"` attribute added...

``` proxychains4 composer update [proxychains] config file found: /usr/local/etc/proxychains.conf [proxychains] preloading /usr/local/Cellar/proxychains-ng/4.14/lib/libproxychains4.dylib Loading composer repositories with package information Updating dependencies (including require-dev) Nothing to install or update Package container-interop/container-interop is...

For example, using the following HTML block in the text is causing an error: ```HTML Sorry, your browser doesn't support embedded videos. ``` Error: ``` 127.0.0.1:50013 [500]: /speed-pt3 - Uncaught...