mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-27 07:02:15 +00:00
Quickbook: Escapes in syntax highlighted comments.
Not great since it closes the comments around the escaped code. But to nest it properly will require a bigger change. Would also be nice to deal with escape in other contexts - such as strings. [SVN r71098]
This commit is contained in:
8
test/code-block-python.quickbook
Normal file
8
test/code-block-python.quickbook
Normal file
@@ -0,0 +1,8 @@
|
||||
[article Python Code Blocks
|
||||
[quickbook 1.5]
|
||||
[source-mode python]
|
||||
]
|
||||
|
||||
# No escape
|
||||
# Escape: ``*bold*``
|
||||
# Escape: ``_underline_````/italic/``
|
||||
Reference in New Issue
Block a user