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

Documentation improvements #20

Open
3 tasks
jgm opened this issue Sep 30, 2019 · 0 comments
Open
3 tasks

Documentation improvements #20

jgm opened this issue Sep 30, 2019 · 0 comments

Comments

@jgm
Copy link
Owner

jgm commented Sep 30, 2019

  • Example of adding an inline parser (say, abbreviations)
  • Example of modifying existing HTML output
  • Example of creating a new output format, e.g. roff man. (In this case there are some complexities, because the effect of an 'emph' might be \f[I], but it might be \f[BI] (if we're already in a boldface section). We can handle that by making the IsInline type for roff be a newtype embeddding State EmphState Builder or something like that. Then the effect can be state dependent. (Maybe we should consider changing all the implementations to be like this? It would remove some of the complexity for e.g. footnotes.)
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

1 participant