Skip to content

Commit

Permalink
Merge pull request #8 from koppor/patch-1
Browse files Browse the repository at this point in the history
Fix markdown
  • Loading branch information
s-tikhomirov authored Apr 22, 2020
2 parents b18f525 + 5628620 commit 5a0eaa9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Solidity LaTeX Highlighting

Solidity is a major programming language for [Ethereum](https://ethereum.org/) smart contracts.
**Solidity LaTeX highlighting** helps researchers include readable code examples in their papers.
Compared to [some](https://github.com/dccp/bachelor-thesis-report/blob/0852ba922aefa71d9c943cbff363f40685345fe3/include/settings/Settings.tex) [other](https://github.com/adrianwersching/ustutt-fachstudie-dapps/blob/6673825f916c5a98462c8291b1814f7ed0e23417/ausarbeitung/ausarbeitung.tex) [previous](https://github.com/dybber/blockchain-summerschool-2016/blob/440259e1c41f1efa175a0e782e5420a732cd0008/tex/master.tex) [attempts](https://github.com/DCReum/dcreum.github.io/blob/724c00d20801cefd977c26e475ddac08e33763a8/docs/report.tex), this highlighter fully supports the [Solidity syntax](https://solidity.readthedocs.io/) (if you think this is not the case, feel free to submit an issue or a pull request).
Expand All @@ -6,7 +8,7 @@ Compared to [some](https://github.com/dccp/bachelor-thesis-report/blob/0852ba922

## Source

```
```latex
\documentclass{article}
\input{solidity-highlighting.tex} % copy the file from this repo
Expand Down

0 comments on commit 5a0eaa9

Please sign in to comment.