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

Automatically fill the id attributes of headings #294

Merged
merged 3 commits into from
Nov 21, 2022

Conversation

shonfeder
Copy link
Collaborator

Fixes: #251

add an --auto-identifiers boolean option

(Resolution of merge conflics)

Authored by @tatchi in #267, but reworked in this new branch to ease resolution of merge conflicts.

tatchi and others added 2 commits November 20, 2022 18:53
Fixes: #251

add an --auto-identifiers boolean option

(Resolution of merge conflics)
@shonfeder shonfeder merged commit e7f3038 into master Nov 21, 2022
@shonfeder shonfeder deleted the auto-id-for-headings-rebase branch November 21, 2022 00:28
mseri pushed a commit to ocaml/opam-repository that referenced this pull request Dec 13, 2022
CHANGES:

- Expose the HTML escape function `htmlentities` (ocaml-community/omd#295 @cuihtlauac)

- Support generation of identifiers in headers (ocaml-community/omd#294, @tatchi)

- Support GitHub-Flavoured Markdown tables (ocaml-community/omd#292, @bobatkey)

- Update parser to support CommonMark Spec 0.30 (ocaml-community/omd#266, @SquidDev)

- Preserve the order of input files in the HTML output to stdout (ocaml-community/omd#258,
  @patricoferris)

- Fix all deviations from CommonMark Spec 0.30 (ocaml-community/omd#284, ocaml-community/omd#283, ocaml-community/omd#278, ocaml-community/omd#277, ocaml-community/omd#269,
  @tatchi)
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.

(Option to) Automatically fill the id attributes of the headings
2 participants