Skip to content

Commit

Permalink
Temporary fix for conflicting anchors, see issue #5
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Sep 28, 2021
1 parent c6f3ad9 commit 299177d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hatra/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export let Paper: React.FC = _ => {
\newcommand{\nl}{\hspace{2em}}
`}</$$>

<Section title="Introduction" name="sec:intro">
<Section title="Introduction">
<p>Programming languages research is conveyed through the medium of <em>academic papers.</em> These papers use a combination of natural language and mathematical notation to communicate ideas about languages, algorithms, and proofs. For example, an explanation of a typing rule for the simply-typed lambda calculus might look like this:</p>

<div style={{border: '1px solid #ccc', borderRadius: '4px', padding: '1rem', margin: '1rem 2rem'}}>
Expand Down

0 comments on commit 299177d

Please sign in to comment.