Nattawut Phetmak

Results 7 issues of Nattawut Phetmak

In the document, it says that `sort_reverse` option will be set to `true` by default. However, it is actually set to `false`. ``` > gem list jekyll-paginate-v2 (3.0.0) ```

In the lexer part: ``` "a" return 'BODY'; ^"a" return 'HEAD'; ``` test case: `a a` return token: `BODY` `BODY` while ``` ^"a" return 'HEAD'; "a" return 'BODY'; ``` return...

defect

The old one use only "+" symbol, which doesn't tell what's going to happen if you click that button.

First, append this into `_config.yml`: ``` yml kramdown: syntax_highlighter_opts: block: line_numbers: true ``` (or find other means to enable line number per code block.) Observe that output HTML wrap ``...

enhancement
Hacktoberfest

should cover - [x] installation - [ ] configuration - [ ] info: unlike normal on-off switch, these theme feature 3-switch: always, sometimes, never. e.g. a share on fb/twt use...

Hacktoberfest

Now you can't distinguish them from content or comment. Title's font should be sans (as same as when render on it's own page), not normal serif link. Let them have...