-
Hi! The plugin looks awesome. Unfortunately I am having an issue. When trying to book rooms in the front end, I get the error "The room id field is required". There is no room id field on the form tho…
-
One:
If we parse this line:
```
post__in foo
bar post__in
```
we get
```
postin foo
bar postin
```
`__` replace with strong - it's error...
Two:
For ex. on github even `post__in__` not parsing. I…
-
**Is your feature request related to a problem? Please describe.**
If using ajax calls in the asynchronous `previewRender`, a call is made on every change event, which there will be many.
**Descri…
-
hi! right now, when og:description comes from the post excerpt or content, it pulls them directly from the db, bypassing plugins that otherwise modify them via filter and hooks. this can be a problem …
-
### Bug Description
The docs say the way to set the alert types is to do the following
```php
$ParsedownExtended->config()->set('alerts', [
'types' => ['note', 'warning', 'custom-type']
]);…
-
Hello,
I am wondering why Markdownify is adding two spaces ` ` before the `\n` line break when converting `` tags?
https://github.com/Elephant418/Markdownify/blob/master/src/Converter.php#L1056…
-
```
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 c…
-
Hexadecimal numbers denoted by `0x` should be highlighted for quick identification. I suggest some color like orange.
-
Tested with Parsedown 1.6.0 and Parsedown Extra 0.7.0.
``` php
require 'Parsedown.php';
require 'ParsedownExtra.php';
$input = ' ... ';
$parser = new ParsedownExtra;
echo $parser->text($input);
```
#…
-
I would like to create list `ul` after list `ul` but parsedown merges it into the one list. Like this:
- First item of first list
- Second item of first list
- First item of Second list
- Se…
Jax-p updated
4 years ago