Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to get line numbers for snippets of code? #69

Open
andy4thehuynh opened this issue Jan 12, 2015 · 2 comments
Open

Is there a way to get line numbers for snippets of code? #69

andy4thehuynh opened this issue Jan 12, 2015 · 2 comments

Comments

@andy4thehuynh
Copy link

No description provided.

@lucaslew
Copy link
Owner

Solaried light theme had something like this for the code snippet.

<td class="gutter">
<pre class="line-numbers">
</td>

Did you see any of that in your code block html source?

@bandrzejczak
Copy link
Contributor

I'm using simple markdown tags for code blocks:

```java
//your java code
```

It looks like shown here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants