• Hi.

    If content of code include escaped HTML speical character, it didn’t unescaped when view post.

    no space between & and #
    [code language="bash"]

    if [ "$color_prompt" = yes ]; then
    PS1='${debian_chroot:+($debian_chroot)}\[& #092;& #048;33[01;32m\]\u@\h\[& #092;& #048;33[00m\]:\[& #092;& #048;33[01;34m\]\w\[& #092;& #048;33[00m\]\$ '
    else
    PS1='${debian_chroot:+($debian_chroot)}\u@\h:\W\[\e[1;34m\]$(__git_ps1)\[\e[0m\] \$ '
    fi

    [/code]

    please, check this URL same problem like me.
    https://goo.gl/O2NWYl

    https://www.ads-software.com/plugins/syntaxhighlighter/

  • The topic ‘escaped HTML special character issue’ is closed to new replies.