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

34 fix documentation markdown #35

Merged
merged 6 commits into from
Jun 9, 2022
Merged

Conversation

h-man2
Copy link
Contributor

@h-man2 h-man2 commented Jun 9, 2022

Looks okay, but still work to do.

One open issue are links to figures etc., because the correct way for Markdown is still unclear.
This is going to be a new issue.

- Single keywords highlightes by $\mathit{keyword}$ replaced
  with `keyword` using regex \$\\mathit\{(\w+)\}\$ => `$1`
- $\bot$ ersetzt
- Replaced \mathit{keyword} by `keyword` using regex
  \\mathit\{(\w+)\} => `$1`
- \rightarrow replaced by ->
- Replaced Latex-Math with simple Markdown
@h-man2 h-man2 linked an issue Jun 9, 2022 that may be closed by this pull request
@h-man2 h-man2 merged commit 49e5008 into master Jun 9, 2022
@h-man2 h-man2 deleted the 34-fix-documentation-markdown branch June 9, 2022 12:55
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.

Fix documentation markdown
1 participant