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 support for config file #38

Open
fishooo0815 opened this issue Dec 11, 2021 · 3 comments
Open

Add support for config file #38

fishooo0815 opened this issue Dec 11, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@fishooo0815
Copy link

fishooo0815 commented Dec 11, 2021

Dollar Metacharacter gets converted to /[

Example:

Three ways to switch to home folder:
cd
cd ~
cd \)HOME   <------------
@fishooo0815 fishooo0815 changed the title $ $ Dollar Metacharacter gets converted to /[ Dec 11, 2021
@Steve2955
Copy link
Owner

Could you please provide the complete md file as an example?

This is an issue with how the conversion of the latex math syntax is handled.
An quick and easy fix for you might be to just disable the conversion using --ignore-latex-dollar-syntax.
However, the logic of how the conversion is handled definitely needs to be revised.

@fishooo0815
Copy link
Author

# C1 Linux Command-Line Tools



### What are Linux Shell Options?
1. Bash -> GNU Bourne Again shell
2. Dash -> Debian Almquist shell
3. KornShell
4. tcsh -> upgraded version of the C Shell
5. csh -> C shell
6. Z shell

### Show which shell the OS is using?
readlink /bin/sh

### Show current working shell?
- echo $SHELL
- or
- ps -p $$

### Show Bash Version?
echo $BASH_VERSION

### Display Kernel Version?
uname -r

### What are Options also called?
switches

### Name Some Metacharacters?
"* ?[]'"\$;&()|^<>"

### Show current working directory:
pwd

### Three ways to switch to home folder:
1. cd
2. cd ~
3. cd $HOME


---

@fishooo0815
Copy link
Author

Is it posible to place:
--ignore-latex-dollar-syntax
in a config file?

So i don't have to enter it every time?

@Steve2955 Steve2955 changed the title $ Dollar Metacharacter gets converted to /[ Add support for config file Apr 7, 2022
@Steve2955 Steve2955 added the enhancement New feature or request label Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants