wikitext icon indicating copy to clipboard operation
wikitext copied to clipboard

🌐 Fast wikitext-to-HTML translator

Results 3 wikitext issues
Sort by recently updated
recently updated
newest added

``` parser.c:2593:32: error: use of undeclared identifier 'RSTRING_EMBED_LEN_MAX'; did you mean 'RVALUE_EMBED_LEN_MAX'? VALUE out = rb_str_buf_new(RSTRING_EMBED_LEN_MAX + 1); ^~~~~~~~~~~~~~~~~~~~~ RVALUE_EMBED_LEN_MAX ``` ~~Removed in https://github.com/ruby/ruby/pull/7908/commits/24fdbd2c9cdb60a75d711131872f7c096b2ba60d (or https://github.com/ruby/ruby/pull/7908, github removes the pull...

I am using wikitext with Rails 6.0. I got a warning when starting rspec. Can I upgrade my Rails version to 6.1 or 7.0 without problems? https://github.com/rails/rails/blob/v6.0.2.1/actionview/lib/action_view/template/handlers.rb#L46-L56 ``` DEPRECATION WARNING:...