[PR][php-langspec][#43][master][opened] - Fixed italicisation
| Newsgroups | php.standards |
|---|---|
| Message-ID | <[email protected]> |
You can view the Pull Request on github: https://github.com/php/php-langspec/pull/43 Pull Request Description: Markdown will not italicise a chunk of text enclosed in asterisks if an alphanumeric character immediately follows the closing asterisk. The easiest way to get around this is to use the more verbose HTML tags.