This is a guide for aligning images.
See the full Advanced Markdown doc for more tips and tricks
import re | |
import json | |
from half_json.core import JSONFixer | |
def json_fixer(data: str) -> str: | |
# define a mapping of full-width punctuation to half-width punctuation | |
punctuation_map = { | |
"!": "!", |
const path = require('path'); | |
const CopyPlugin = require('copy-webpack-plugin'); | |
/** @type {import('next').NextConfig} */ | |
const nextConfig = { | |
reactStrictMode: true, | |
/** | |
* | |
* @param {import('webpack').Configuration} config | |
* @returns {import('webpack').Configuration} |
This is a guide for aligning images.
See the full Advanced Markdown doc for more tips and tricks
emacs --daemon
to run in the background.
emacsclient.emacs24 <filename/dirname>
to open in terminal
NOTE: "M-m and SPC can be used interchangeably".
C-/
C-?
M-c
2. Upper Case : M-u
M-l