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

feat: feature for automatically adding code fences #197

Merged
merged 1 commit into from
Dec 14, 2024
Merged

feat: feature for automatically adding code fences #197

merged 1 commit into from
Dec 14, 2024

Conversation

jdx
Copy link
Owner

@jdx jdx commented Dec 14, 2024

No description provided.


some docs

```

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is alone, it looks like an issue, no?

Comment on lines +71 to +76
```
$ echo hello world
hello world

more code
```

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Be careful about a pre block containing a fenced block

<pre>

foo
```
42
```
bar
</pre>

You would have to convert it to

````
foo
```
42
```
bar
````

@jdx jdx force-pushed the fences branch 4 times, most recently from 0470a35 to 0189fff Compare December 14, 2024 16:38
@jdx jdx enabled auto-merge (squash) December 14, 2024 16:40
@jdx jdx merged commit 77ed2f8 into main Dec 14, 2024
2 checks passed
@jdx jdx deleted the fences branch December 14, 2024 16:41
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

Successfully merging this pull request may close these issues.

2 participants