Hexadecimal notation in scribble interaction

#lang scribble/manual
@(require scribble/eval)
@interaction[(+ #xA #xA)]

Renders

image

Is there a simple way to retain the hexadecimal notation?

This question already has been answered, Thanks.
eval:alts