Skip to content

Commit

Permalink
update theme
Browse files Browse the repository at this point in the history
  • Loading branch information
vita-dounai committed Nov 20, 2020
1 parent 5851a21 commit b1a5289
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions docs/quick_start/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,20 @@ Liquid是一种[嵌入式领域特定语言](http://wiki.haskell.org/Embedded_do
Hello World合约的完整Liquid代码如下:

```eval_rst
.. error::
.. code-block:: rust
:linenos:
:emphasize-lines: 1,2
.. raw:: html
<style> .red { background-color:red } </style>
.. role:: red
#[liquid::interface]
mod entry {
// ...
}
.. code-block:: rust
:class: red
:linenos:
:emphasize-lines: 1,2
#[liquid::interface]
mod entry {
// ...
}
```

```eval_rst
Expand Down

0 comments on commit b1a5289

Please sign in to comment.