Andrzej Kubaszek
Andrzej Kubaszek
I've added small but useful changes, such as suggesting a name when writing to HTML, and filtering before displaying with regular expressions. I have no experience with C#, so you...
Probably it is quite simple to add correction for Jekyll kramdown syntax, for example kramdown in `_posts` folder: `{:width="20px"}` Markdown Panel: `{width="20px"}` see: and [src](https://raw.githubusercontent.com/andrzejQ/jekyll_1/master/_posts/2018-11-06-Test-MD.markdown) I've...
The value of the id attribute must be unique within the HTML document, the id name must contain at least one character, cannot start with a number. ```md id attribute...
(suggestion)