First time here? Check out the FAQ!
2

Is there a way to customize the markdown template engine
 

I would like to add some features to the question/answer template engine.

For example: Add smiley icon instead of :)

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
ZuluPro's avatar
21
ZuluPro
asked 8 years ago
gopalraha's avatar
332
gopalraha
updated 8 years ago

Comments

see more comments

1 Answer

0

Yes you can use the django emoji add-on for that in advance backup your data before doing any changes.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
gopalraha's avatar
332
gopalraha
answered 8 years ago
link

Comments

But it doesn't answer my question only the example...

ZuluPro's avatar ZuluPro (8 years ago)

you can do it by using 'pip install django-emoji' commands

gopalraha's avatar gopalraha (8 years ago)

I want more than emoji, compute anything

ZuluPro's avatar ZuluPro (8 years ago)
see more comments