I'm working on generating documentation with Sphinx / reStructured Text. I can mark text either bold or as fixed width
. How do I mark text with both formats like this: --bold-and-fixed-width
?
Asked
Active
Viewed 2,024 times
1
-
Does `**``fixed width``**` not work? It seems to [with pandoc](http://johnmacfarlane.net/pandoc/try/?text=**%60%60fixed+width%60%60**&from=rst&to=html). – Chris Jun 24 '14 at 16:44
-
I'm using version 1.1.3, and `\ **``fixed width``**\ ` produces bold text including the back tick chars. – Nick Jun 25 '14 at 00:38
-
I've found an only render tool that demonstrates that it doesn't work [link](http://rst.ninjs.org/?n=78b0e4c7e131fc33047f5956599e30af&theme=basic) – Nick Jun 25 '14 at 01:27
-
2It seems that nested inline markup is not possible, see my answer [here](http://stackoverflow.com/a/9645684/623518). – Chris Jun 25 '14 at 07:30