mirror of
https://github.com/sysprog21/lkmpg.git
synced 2025-01-31 23:59:31 +08:00
Add inline code blocks by using newmintinline
We can now use \cpp|...| and \sh|...| to add inline code blocks, which resembles the \verb|...| syntax Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
This commit is contained in:
parent
8c86e5db92
commit
fdc07d0008
|
@ -32,3 +32,6 @@
|
|||
breakafter=d,
|
||||
linenos
|
||||
}
|
||||
|
||||
\newmintinline[sh]{bash}{}
|
||||
\newmintinline[cpp]{c}{}
|
||||
|
|
Loading…
Reference in New Issue
Block a user