We can pass some argument for wp_link_pages, including before pagination and after, but I can't find argument for adding content before and after "Current Page" , so we can't add class to current page.
Currently the current page rendered without any HTML tag/rendered as plain text. I need to add extra HTML tag to current page like <span class="current">Page 1</span>