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

add Div support #2

Merged
merged 1 commit into from
Jul 16, 2021
Merged

add Div support #2

merged 1 commit into from
Jul 16, 2021

Conversation

avsm
Copy link
Contributor

@avsm avsm commented Jul 15, 2021

This block type allows us to write filters for handling <div>
elements, such as

::: {data-type=note}
Content
:::

We're using this in Real World OCaml v2 -- thanks for the great library @smimram!

This block type allows us to write filters for handling `<div>`
elements, such as

```
::: {data-type=note}
Content
:::
```
avsm added a commit to avsm/book that referenced this pull request Jul 15, 2021
this uses a pandoc filter to rewrite markdown notes to tex.
Vendors pandoc fork to support <div> with upstream PR
at smimram/ocaml-pandoc#2
@smimram
Copy link
Owner

smimram commented Jul 16, 2021

Looks fine, thanks!

@smimram smimram merged commit 6841a3b into smimram:master Jul 16, 2021
@avsm avsm deleted the add-div branch February 9, 2022 17:39
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